Html Css Color HEX #CEAF44 Old Gold

📋 copy color: '#CEAF44'

red 206 ◦ green 175 ◦ blue 68

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

Shades of Old Gold #CEAF44

Tints of Old Gold #CEAF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.14%

R = 45.88%
G = 38.98%
B = 15.14%

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

#CEAF44 (or 0xCEAF44) is known color: Old Gold. HEX triplet: CE, AF and 44. RGB value is (206,175,68). Sum of RGB (Red+Green+Blue) = 206+175+68=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF44 is #3150BB. Grayscale: #ACACAC. Windows color (decimal): -3231932 or 4501454. OLE color: 4501454.

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

Color convert

RGB 206 175 68 -
CMYK 0 0.15 0.67 0.19
HSL 46.52º 0.58% 0.54% -
HSV(B) 46.52º 0.67% 0.81% -
XYZ 41.83 44.2 11.8 -
YUV 172.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 206 175 68 0 0.15 0.67 0.19 46.52 0.58 0.54
Hex CE AF 44 0 F 43 13 2F 3A 36
Octal 316 257 104 0 17 103 23 57 72 66
Binary 11001110 10101111 1000100 0 1111 1000011 10011 101111 111010 110110

Color Harmonies of #CEAF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF44

Black with #CEAF44

Text Example


Text Example

White with #CEAF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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