Html Css Color HEX #CEB52D Old Gold

📋 copy color: '#CEB52D'

red 206 ◦ green 181 ◦ blue 45

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

Shades of Old Gold #CEB52D

Tints of Old Gold #CEB52D

RGB

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

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

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

R = 47.69%
G = 41.9%
B = 10.42%

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

#CEB52D (or 0xCEB52D) is known color: Old Gold. HEX triplet: CE, B5 and 2D. RGB value is (206,181,45). Sum of RGB (Red+Green+Blue) = 206+181+45=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB52D is #314AD2. Grayscale: #ADADAD. Windows color (decimal): -3230419 or 2995662. OLE color: 2995662.

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

Color convert

RGB 206 181 45 -
CMYK 0 0.12 0.78 0.19
HSL 50.68º 0.64% 0.49% -
HSV(B) 50.68º 0.78% 0.81% -
XYZ 42.45 46.36 9.19 -
YUV 172.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 206 181 45 0 0.12 0.78 0.19 50.68 0.64 0.49
Hex CE B5 2D 0 C 4E 13 33 40 31
Octal 316 265 55 0 14 116 23 63 100 61
Binary 11001110 10110101 101101 0 1100 1001110 10011 110011 1000000 110001

Color Harmonies of #CEB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB52D

Black with #CEB52D

Text Example


Text Example

White with #CEB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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