Html Css Color HEX #CEB62D Old Gold

📋 copy color: '#CEB62D'

red 206 ◦ green 182 ◦ blue 45

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

Shades of Old Gold #CEB62D

Tints of Old Gold #CEB62D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.03%

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

R = 47.58%
G = 42.03%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEB62D (or 0xCEB62D) is known color: Old Gold. HEX triplet: CE, B6 and 2D. RGB value is (206,182,45). Sum of RGB (Red+Green+Blue) = 206+182+45=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB62D is #3149D2. Grayscale: #AEAEAE. Windows color (decimal): -3230163 or 2995918. OLE color: 2995918.

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

Color convert

RGB 206 182 45 -
CMYK 0 0.12 0.78 0.19
HSL 51.06º 0.64% 0.49% -
HSV(B) 51.06º 0.78% 0.81% -
XYZ 42.66 46.77 9.26 -
YUV 173.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 206 182 45 0 0.12 0.78 0.19 51.06 0.64 0.49
Hex CE B6 2D 0 C 4E 13 33 40 31
Octal 316 266 55 0 14 116 23 63 100 61
Binary 11001110 10110110 101101 0 1100 1001110 10011 110011 1000000 110001

Color Harmonies of #CEB62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB62D

Black with #CEB62D

Text Example


Text Example

White with #CEB62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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