Html Css Color HEX #CEB62F Old Gold

📋 copy color: '#CEB62F'

red 206 ◦ green 182 ◦ blue 47

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

Shades of Old Gold #CEB62F

Tints of Old Gold #CEB62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.8%

R = 47.36%
G = 41.84%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB62F (or 0xCEB62F) is known color: Old Gold. HEX triplet: CE, B6 and 2F. RGB value is (206,182,47). Sum of RGB (Red+Green+Blue) = 206+182+47=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB62F is #3149D0. Grayscale: #AEAEAE. Windows color (decimal): -3230161 or 3126990. OLE color: 3126990.

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

Color convert

RGB 206 182 47 -
CMYK 0 0.12 0.77 0.19
HSL 50.94º 0.63% 0.5% -
HSV(B) 50.94º 0.77% 0.81% -
XYZ 42.69 46.78 9.47 -
YUV 173.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 206 182 47 0 0.12 0.77 0.19 50.94 0.63 0.5
Hex CE B6 2F 0 C 4D 13 33 3F 32
Octal 316 266 57 0 14 115 23 63 77 62
Binary 11001110 10110110 101111 0 1100 1001101 10011 110011 111111 110010

Color Harmonies of #CEB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB62F

Black with #CEB62F

Text Example


Text Example

White with #CEB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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