Html Css Color HEX #CFAE23 Galliano

📋 copy color: '#CFAE23'

red 207 ◦ green 174 ◦ blue 35

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

Shades of Galliano #CFAE23

Tints of Galliano #CFAE23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 49.76%
G = 41.83%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CFAE23 (or 0xCFAE23) is known color: Galliano. HEX triplet: CF, AE and 23. RGB value is (207,174,35). Sum of RGB (Red+Green+Blue) = 207+174+35=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE23 is #3051DC. Grayscale: #A8A8A8. Windows color (decimal): -3166685 or 2338511. OLE color: 2338511.

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

Color convert

RGB 207 174 35 -
CMYK 0 0.16 0.83 0.19
HSL 48.49º 0.71% 0.47% -
HSV(B) 48.49º 0.83% 0.81% -
XYZ 41.17 43.66 7.85 -
YUV 168.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 207 174 35 0 0.16 0.83 0.19 48.49 0.71 0.47
Hex CF AE 23 0 10 53 13 30 47 2F
Octal 317 256 43 0 20 123 23 60 107 57
Binary 11001111 10101110 100011 0 10000 1010011 10011 110000 1000111 101111

Color Harmonies of #CFAE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE23

Black with #CFAE23

Text Example


Text Example

White with #CFAE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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