Html Css Color HEX #CEB94D Old Gold

📋 copy color: '#CEB94D'

red 206 ◦ green 185 ◦ blue 77

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

Shades of Old Gold #CEB94D

Tints of Old Gold #CEB94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.45%

R = 44.02%
G = 39.53%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEB94D (or 0xCEB94D) is known color: Old Gold. HEX triplet: CE, B9 and 4D. RGB value is (206,185,77). Sum of RGB (Red+Green+Blue) = 206+185+77=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB94D is #3146B2. Grayscale: #B3B3B3. Windows color (decimal): -3229363 or 5093838. OLE color: 5093838.

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

Color convert

RGB 206 185 77 -
CMYK 0 0.10 0.63 0.19
HSL 50.23º 0.57% 0.55% -
HSV(B) 50.23º 0.63% 0.81% -
XYZ 44.14 48.36 14.03 -
YUV 178.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 206 185 77 0 0.10 0.63 0.19 50.23 0.57 0.55
Hex CE B9 4D 0 A 3F 13 32 39 37
Octal 316 271 115 0 12 77 23 62 71 67
Binary 11001110 10111001 1001101 0 1010 111111 10011 110010 111001 110111

Color Harmonies of #CEB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB94D

Black with #CEB94D

Text Example


Text Example

White with #CEB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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