Html Css Color HEX #CEB52B Old Gold

📋 copy color: '#CEB52B'

red 206 ◦ green 181 ◦ blue 43

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

Shades of Old Gold #CEB52B

Tints of Old Gold #CEB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10%

R = 47.91%
G = 42.09%
B = 10%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEB52B (or 0xCEB52B) is known color: Old Gold. HEX triplet: CE, B5 and 2B. RGB value is (206,181,43). Sum of RGB (Red+Green+Blue) = 206+181+43=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB52B is #314AD4. Grayscale: #ADADAD. Windows color (decimal): -3230421 or 2864590. OLE color: 2864590.

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

Color convert

RGB 206 181 43 -
CMYK 0 0.12 0.79 0.19
HSL 50.8º 0.65% 0.49% -
HSV(B) 50.8º 0.79% 0.81% -
XYZ 42.41 46.34 9 -
YUV 172.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 206 181 43 0 0.12 0.79 0.19 50.8 0.65 0.49
Hex CE B5 2B 0 C 4F 13 33 41 31
Octal 316 265 53 0 14 117 23 63 101 61
Binary 11001110 10110101 101011 0 1100 1001111 10011 110011 1000001 110001

Color Harmonies of #CEB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB52B

Black with #CEB52B

Text Example


Text Example

White with #CEB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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