Html Css Color HEX #CEB543 Old Gold

📋 copy color: '#CEB543'

red 206 ◦ green 181 ◦ blue 67

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

Shades of Old Gold #CEB543

Tints of Old Gold #CEB543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.76%

R = 45.37%
G = 39.87%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB543 (or 0xCEB543) is known color: Old Gold. HEX triplet: CE, B5 and 43. RGB value is (206,181,67). Sum of RGB (Red+Green+Blue) = 206+181+67=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB543 is #314ABC. Grayscale: #AFAFAF. Windows color (decimal): -3230397 or 4437454. OLE color: 4437454.

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

Color convert

RGB 206 181 67 -
CMYK 0 0.12 0.67 0.19
HSL 49.21º 0.59% 0.54% -
HSV(B) 49.21º 0.67% 0.81% -
XYZ 42.99 46.57 12.03 -
YUV 175.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 206 181 67 0 0.12 0.67 0.19 49.21 0.59 0.54
Hex CE B5 43 0 C 43 13 31 3B 36
Octal 316 265 103 0 14 103 23 61 73 66
Binary 11001110 10110101 1000011 0 1100 1000011 10011 110001 111011 110110

Color Harmonies of #CEB543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB543

Black with #CEB543

Text Example


Text Example

White with #CEB543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB543; }

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

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

background-color css

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

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

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

border-color css

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

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

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