Html Css Color HEX #CEB94B Old Gold

📋 copy color: '#CEB94B'

red 206 ◦ green 185 ◦ blue 75

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

Shades of Old Gold #CEB94B

Tints of Old Gold #CEB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.7%

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

R = 44.21%
G = 39.7%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEB94B (or 0xCEB94B) is known color: Old Gold. HEX triplet: CE, B9 and 4B. RGB value is (206,185,75). Sum of RGB (Red+Green+Blue) = 206+185+75=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB94B is #3146B4. Grayscale: #B3B3B3. Windows color (decimal): -3229365 or 4962766. OLE color: 4962766.

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

Color convert

RGB 206 185 75 -
CMYK 0 0.10 0.64 0.19
HSL 50.38º 0.57% 0.55% -
HSV(B) 50.38º 0.64% 0.81% -
XYZ 44.07 48.33 13.66 -
YUV 178.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 206 185 75 0 0.10 0.64 0.19 50.38 0.57 0.55
Hex CE B9 4B 0 A 40 13 32 39 37
Octal 316 271 113 0 12 100 23 62 71 67
Binary 11001110 10111001 1001011 0 1010 1000000 10011 110010 111001 110111

Color Harmonies of #CEB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB94B

Black with #CEB94B

Text Example


Text Example

White with #CEB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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