Html Css Color HEX #CEB52F Old Gold

📋 copy color: '#CEB52F'

red 206 ◦ green 181 ◦ blue 47

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

Shades of Old Gold #CEB52F

Tints of Old Gold #CEB52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

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

R = 47.47%
G = 41.71%
B = 10.83%

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

#CEB52F (or 0xCEB52F) is known color: Old Gold. HEX triplet: CE, B5 and 2F. RGB value is (206,181,47). Sum of RGB (Red+Green+Blue) = 206+181+47=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB52F is #314AD0. Grayscale: #ADADAD. Windows color (decimal): -3230417 or 3126734. OLE color: 3126734.

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

Color convert

RGB 206 181 47 -
CMYK 0 0.12 0.77 0.19
HSL 50.57º 0.63% 0.5% -
HSV(B) 50.57º 0.77% 0.81% -
XYZ 42.49 46.37 9.4 -
YUV 173.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 206 181 47 0 0.12 0.77 0.19 50.57 0.63 0.5
Hex CE B5 2F 0 C 4D 13 33 3F 32
Octal 316 265 57 0 14 115 23 63 77 62
Binary 11001110 10110101 101111 0 1100 1001101 10011 110011 111111 110010

Color Harmonies of #CEB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB52F

Black with #CEB52F

Text Example


Text Example

White with #CEB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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