Html Css Color HEX #CEB84A Old Gold

📋 copy color: '#CEB84A'

red 206 ◦ green 184 ◦ blue 74

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

Shades of Old Gold #CEB84A

Tints of Old Gold #CEB84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 44.4%
G = 39.66%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEB84A (or 0xCEB84A) is known color: Old Gold. HEX triplet: CE, B8 and 4A. RGB value is (206,184,74). Sum of RGB (Red+Green+Blue) = 206+184+74=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB84A is #3147B5. Grayscale: #B2B2B2. Windows color (decimal): -3229622 or 4896974. OLE color: 4896974.

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

Color convert

RGB 206 184 74 -
CMYK 0 0.11 0.64 0.19
HSL 50º 0.57% 0.55% -
HSV(B) 50º 0.64% 0.81% -
XYZ 43.83 47.9 13.41 -
YUV 178.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 206 184 74 0 0.11 0.64 0.19 50 0.57 0.55
Hex CE B8 4A 0 B 40 13 32 39 37
Octal 316 270 112 0 13 100 23 62 71 67
Binary 11001110 10111000 1001010 0 1011 1000000 10011 110010 111001 110111

Color Harmonies of #CEB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB84A

Black with #CEB84A

Text Example


Text Example

White with #CEB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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