Html Css Color HEX #CCAF26 Galliano

📋 copy color: '#CCAF26'

red 204 ◦ green 175 ◦ blue 38

#CCAF26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CCAF26

Tints of Galliano #CCAF26

RGB

 RED value IS 204 (80.08% from 255) = 48.92%

 GREEN value IS 175 (68.75% from 255) = 41.97%

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 48.92%
G = 41.97%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCAF26 (or 0xCCAF26) is known color: Galliano. HEX triplet: CC, AF and 26. RGB value is (204,175,38). Sum of RGB (Red+Green+Blue) = 204+175+38=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF26 is #3350D9. Grayscale: #A8A8A8. Windows color (decimal): -3363034 or 2535372. OLE color: 2535372.

HSL color Cylindrical-coordinate representation of color #CCAF26: hue angle of 49.52º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCAF26 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 38 -
CMYK 0 0.14 0.81 0.2
HSL 49.52º 0.69% 0.47% -
HSV(B) 49.52º 0.81% 0.8% -
XYZ 40.58 43.64 8.12 -
YUV 168.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 204 175 38 0 0.14 0.81 0.2 49.52 0.69 0.47
Hex CC AF 26 0 E 51 14 32 45 2F
Octal 314 257 46 0 16 121 24 62 105 57
Binary 11001100 10101111 100110 0 1110 1010001 10100 110010 1000101 101111

Color Harmonies of #CCAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF26

Black with #CCAF26

Text Example


Text Example

White with #CCAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF26; }

 p { color: rgb(204,175,38); }

 H1.HeaderClassName
 {
   color: #CCAF26;
 }
 .AnyTagClassName
 {
   color: #CCAF26;
 }
</style>

background-color css

<style>
 a { background-color: #CCAF26; }

 a { background-color: rgb(204,175,38); }

 div.DivClassName
 {
   background-color: #CCAF26;
 }
 .BgClassName
 {
   background-color: #CCAF26;
 }
</style>

border-color css

<style>
 span { border-color: #CCAF26; }

 span { border-color: rgb(204,175,38); }

 td.TdClassName
 {
   border-color: #CCAF26;
 }
 .TagClassName
 {
   border-color: #CCAF26;
 }
</style>