Html Css Color HEX #CEAF23 Galliano

📋 copy color: '#CEAF23'

red 206 ◦ green 175 ◦ blue 35

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

Shades of Galliano #CEAF23

Tints of Galliano #CEAF23

RGB

 RED value IS 206 (80.86% from 255) = 49.52%

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

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

R = 49.52%
G = 42.07%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEAF23 (or 0xCEAF23) is known color: Galliano. HEX triplet: CE, AF and 23. RGB value is (206,175,35). Sum of RGB (Red+Green+Blue) = 206+175+35=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF23 is #3150DC. Grayscale: #A8A8A8. Windows color (decimal): -3231965 or 2338766. OLE color: 2338766.

HSL color Cylindrical-coordinate representation of color #CEAF23: hue angle of 49.12º 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 #CEAF23 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 35 -
CMYK 0 0.15 0.83 0.19
HSL 49.12º 0.71% 0.47% -
HSV(B) 49.12º 0.83% 0.81% -
XYZ 41.09 43.9 7.9 -
YUV 168.31 52.77 154.88 -
System Red Green Blue C M Y K H S L
Decimal 206 175 35 0 0.15 0.83 0.19 49.12 0.71 0.47
Hex CE AF 23 0 F 53 13 31 47 2F
Octal 316 257 43 0 17 123 23 61 107 57
Binary 11001110 10101111 100011 0 1111 1010011 10011 110001 1000111 101111

Color Harmonies of #CEAF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF23

Black with #CEAF23

Text Example


Text Example

White with #CEAF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF23; }

 p { color: rgb(206,175,35); }

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

background-color css

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

 a { background-color: rgb(206,175,35); }

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

border-color css

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

 span { border-color: rgb(206,175,35); }

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