Html Css Color HEX #CEB843 Old Gold

📋 copy color: '#CEB843'

red 206 ◦ green 184 ◦ blue 67

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

Shades of Old Gold #CEB843

Tints of Old Gold #CEB843

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

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

R = 45.08%
G = 40.26%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB843 (or 0xCEB843) is known color: Old Gold. HEX triplet: CE, B8 and 43. RGB value is (206,184,67). Sum of RGB (Red+Green+Blue) = 206+184+67=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB843 is #3147BC. Grayscale: #B1B1B1. Windows color (decimal): -3229629 or 4438222. OLE color: 4438222.

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

Color convert

RGB 206 184 67 -
CMYK 0 0.11 0.67 0.19
HSL 50.5º 0.59% 0.54% -
HSV(B) 50.5º 0.67% 0.81% -
XYZ 43.61 47.81 12.24 -
YUV 177.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 206 184 67 0 0.11 0.67 0.19 50.5 0.59 0.54
Hex CE B8 43 0 B 43 13 33 3B 36
Octal 316 270 103 0 13 103 23 63 73 66
Binary 11001110 10111000 1000011 0 1011 1000011 10011 110011 111011 110110

Color Harmonies of #CEB843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB843

Black with #CEB843

Text Example


Text Example

White with #CEB843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB843; }

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

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

background-color css

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

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

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

border-color css

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

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

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