Html Css Color HEX #CFAE26 Galliano

📋 copy color: '#CFAE26'

red 207 ◦ green 174 ◦ blue 38

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

Shades of Galliano #CFAE26

Tints of Galliano #CFAE26

RGB

 RED value IS 207 (81.25% from 255) = 49.4%

 GREEN value IS 174 (68.36% from 255) = 41.53%

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

R = 49.4%
G = 41.53%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFAE26 (or 0xCFAE26) is known color: Galliano. HEX triplet: CF, AE and 26. RGB value is (207,174,38). Sum of RGB (Red+Green+Blue) = 207+174+38=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE26 is #3051D9. Grayscale: #A8A8A8. Windows color (decimal): -3166682 or 2535119. OLE color: 2535119.

HSL color Cylindrical-coordinate representation of color #CFAE26: hue angle of 48.28º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFAE26 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 38 -
CMYK 0 0.16 0.82 0.19
HSL 48.28º 0.69% 0.48% -
HSV(B) 48.28º 0.82% 0.81% -
XYZ 41.22 43.68 8.09 -
YUV 168.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 207 174 38 0 0.16 0.82 0.19 48.28 0.69 0.48
Hex CF AE 26 0 10 52 13 30 45 30
Octal 317 256 46 0 20 122 23 60 105 60
Binary 11001111 10101110 100110 0 10000 1010010 10011 110000 1000101 110000

Color Harmonies of #CFAE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE26

Black with #CFAE26

Text Example


Text Example

White with #CFAE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE26; }

 p { color: rgb(207,174,38); }

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

background-color css

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

 a { background-color: rgb(207,174,38); }

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

border-color css

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

 span { border-color: rgb(207,174,38); }

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