Html Css Color HEX #CEB82C Old Gold

📋 copy color: '#CEB82C'

red 206 ◦ green 184 ◦ blue 44

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

Shades of Old Gold #CEB82C

Tints of Old Gold #CEB82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

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

R = 47.47%
G = 42.4%
B = 10.14%

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

#CEB82C (or 0xCEB82C) is known color: Old Gold. HEX triplet: CE, B8 and 2C. RGB value is (206,184,44). Sum of RGB (Red+Green+Blue) = 206+184+44=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB82C is #3147D3. Grayscale: #AFAFAF. Windows color (decimal): -3229652 or 2930894. OLE color: 2930894.

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

Color convert

RGB 206 184 44 -
CMYK 0 0.11 0.79 0.19
HSL 51.85º 0.65% 0.49% -
HSV(B) 51.85º 0.79% 0.81% -
XYZ 43.05 47.58 9.3 -
YUV 174.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 206 184 44 0 0.11 0.79 0.19 51.85 0.65 0.49
Hex CE B8 2C 0 B 4F 13 34 41 31
Octal 316 270 54 0 13 117 23 64 101 61
Binary 11001110 10111000 101100 0 1011 1001111 10011 110100 1000001 110001

Color Harmonies of #CEB82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB82C

Black with #CEB82C

Text Example


Text Example

White with #CEB82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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