Html Css Color HEX #CFAE25 Galliano

📋 copy color: '#CFAE25'

red 207 ◦ green 174 ◦ blue 37

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

Shades of Galliano #CFAE25

Tints of Galliano #CFAE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.85%

R = 49.52%
G = 41.63%
B = 8.85%

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

#CFAE25 (or 0xCFAE25) is known color: Galliano. HEX triplet: CF, AE and 25. RGB value is (207,174,37). Sum of RGB (Red+Green+Blue) = 207+174+37=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE25 is #3051DA. Grayscale: #A8A8A8. Windows color (decimal): -3166683 or 2469583. OLE color: 2469583.

HSL color Cylindrical-coordinate representation of color #CFAE25: hue angle of 48.35º degrees, saturation: 0.7, 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 #CFAE25 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 37 -
CMYK 0 0.16 0.82 0.19
HSL 48.35º 0.7% 0.48% -
HSV(B) 48.35º 0.82% 0.81% -
XYZ 41.2 43.67 8.01 -
YUV 168.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 207 174 37 0 0.16 0.82 0.19 48.35 0.7 0.48
Hex CF AE 25 0 10 52 13 30 46 30
Octal 317 256 45 0 20 122 23 60 106 60
Binary 11001111 10101110 100101 0 10000 1010010 10011 110000 1000110 110000

Color Harmonies of #CFAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE25

Black with #CFAE25

Text Example


Text Example

White with #CFAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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