Html Css Color HEX #CEB92D Old Gold

📋 copy color: '#CEB92D'

red 206 ◦ green 185 ◦ blue 45

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

Shades of Old Gold #CEB92D

Tints of Old Gold #CEB92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 47.25%
G = 42.43%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEB92D (or 0xCEB92D) is known color: Old Gold. HEX triplet: CE, B9 and 2D. RGB value is (206,185,45). Sum of RGB (Red+Green+Blue) = 206+185+45=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB92D is #3146D2. Grayscale: #AFAFAF. Windows color (decimal): -3229395 or 2996686. OLE color: 2996686.

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

Color convert

RGB 206 185 45 -
CMYK 0 0.10 0.78 0.19
HSL 52.17º 0.64% 0.49% -
HSV(B) 52.17º 0.78% 0.81% -
XYZ 43.28 48.01 9.47 -
YUV 175.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 206 185 45 0 0.10 0.78 0.19 52.17 0.64 0.49
Hex CE B9 2D 0 A 4E 13 34 40 31
Octal 316 271 55 0 12 116 23 64 100 61
Binary 11001110 10111001 101101 0 1010 1001110 10011 110100 1000000 110001

Color Harmonies of #CEB92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB92D

Black with #CEB92D

Text Example


Text Example

White with #CEB92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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