Html Css Color HEX #CEB72C Old Gold

📋 copy color: '#CEB72C'

red 206 ◦ green 183 ◦ blue 44

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

Shades of Old Gold #CEB72C

Tints of Old Gold #CEB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.26%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 47.58%
G = 42.26%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEB72C (or 0xCEB72C) is known color: Old Gold. HEX triplet: CE, B7 and 2C. RGB value is (206,183,44). Sum of RGB (Red+Green+Blue) = 206+183+44=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB72C is #3148D3. Grayscale: #AEAEAE. Windows color (decimal): -3229908 or 2930638. OLE color: 2930638.

HSL color Cylindrical-coordinate representation of color #CEB72C: hue angle of 51.48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEB72C is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 44 -
CMYK 0 0.11 0.79 0.19
HSL 51.48º 0.65% 0.49% -
HSV(B) 51.48º 0.79% 0.81% -
XYZ 42.84 47.17 9.23 -
YUV 174.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 206 183 44 0 0.11 0.79 0.19 51.48 0.65 0.49
Hex CE B7 2C 0 B 4F 13 33 41 31
Octal 316 267 54 0 13 117 23 63 101 61
Binary 11001110 10110111 101100 0 1011 1001111 10011 110011 1000001 110001

Color Harmonies of #CEB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB72C

Black with #CEB72C

Text Example


Text Example

White with #CEB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB72C; }

 p { color: rgb(206,183,44); }

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

background-color css

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

 a { background-color: rgb(206,183,44); }

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

border-color css

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

 span { border-color: rgb(206,183,44); }

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