Html Css Color HEX #CEAF43 Old Gold

📋 copy color: '#CEAF43'

red 206 ◦ green 175 ◦ blue 67

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

Shades of Old Gold #CEAF43

Tints of Old Gold #CEAF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.96%

R = 45.98%
G = 39.06%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEAF43 (or 0xCEAF43) is known color: Old Gold. HEX triplet: CE, AF and 43. RGB value is (206,175,67). Sum of RGB (Red+Green+Blue) = 206+175+67=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF43 is #3150BC. Grayscale: #ACACAC. Windows color (decimal): -3231933 or 4435918. OLE color: 4435918.

HSL color Cylindrical-coordinate representation of color #CEAF43: hue angle of 46.62º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEAF43 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 67 -
CMYK 0 0.15 0.67 0.19
HSL 46.62º 0.59% 0.54% -
HSV(B) 46.62º 0.67% 0.81% -
XYZ 41.8 44.19 11.64 -
YUV 171.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 206 175 67 0 0.15 0.67 0.19 46.62 0.59 0.54
Hex CE AF 43 0 F 43 13 2F 3B 36
Octal 316 257 103 0 17 103 23 57 73 66
Binary 11001110 10101111 1000011 0 1111 1000011 10011 101111 111011 110110

Color Harmonies of #CEAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF43

Black with #CEAF43

Text Example


Text Example

White with #CEAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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