Html Css Color HEX #CEAF45 Old Gold

📋 copy color: '#CEAF45'

red 206 ◦ green 175 ◦ blue 69

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

Shades of Old Gold #CEAF45

Tints of Old Gold #CEAF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 45.78%
G = 38.89%
B = 15.33%

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

#CEAF45 (or 0xCEAF45) is known color: Old Gold. HEX triplet: CE, AF and 45. RGB value is (206,175,69). Sum of RGB (Red+Green+Blue) = 206+175+69=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF45 is #3150BA. Grayscale: #ACACAC. Windows color (decimal): -3231931 or 4566990. OLE color: 4566990.

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

Color convert

RGB 206 175 69 -
CMYK 0 0.15 0.67 0.19
HSL 46.42º 0.58% 0.54% -
HSV(B) 46.42º 0.67% 0.81% -
XYZ 41.86 44.21 11.96 -
YUV 172.19 69.77 152.12 -
System Red Green Blue C M Y K H S L
Decimal 206 175 69 0 0.15 0.67 0.19 46.42 0.58 0.54
Hex CE AF 45 0 F 43 13 2E 3A 36
Octal 316 257 105 0 17 103 23 56 72 66
Binary 11001110 10101111 1000101 0 1111 1000011 10011 101110 111010 110110

Color Harmonies of #CEAF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF45

Black with #CEAF45

Text Example


Text Example

White with #CEAF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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