Html Css Color HEX #CEB84B Old Gold

📋 copy color: '#CEB84B'

red 206 ◦ green 184 ◦ blue 75

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

Shades of Old Gold #CEB84B

Tints of Old Gold #CEB84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.13%

R = 44.3%
G = 39.57%
B = 16.13%

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

#CEB84B (or 0xCEB84B) is known color: Old Gold. HEX triplet: CE, B8 and 4B. RGB value is (206,184,75). Sum of RGB (Red+Green+Blue) = 206+184+75=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB84B is #3147B4. Grayscale: #B2B2B2. Windows color (decimal): -3229621 or 4962510. OLE color: 4962510.

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

Color convert

RGB 206 184 75 -
CMYK 0 0.11 0.64 0.19
HSL 49.92º 0.57% 0.55% -
HSV(B) 49.92º 0.64% 0.81% -
XYZ 43.86 47.91 13.59 -
YUV 178.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 206 184 75 0 0.11 0.64 0.19 49.92 0.57 0.55
Hex CE B8 4B 0 B 40 13 32 39 37
Octal 316 270 113 0 13 100 23 62 71 67
Binary 11001110 10111000 1001011 0 1011 1000000 10011 110010 111001 110111

Color Harmonies of #CEB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB84B

Black with #CEB84B

Text Example


Text Example

White with #CEB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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