Html Css Color HEX #CEB643 Old Gold

📋 copy color: '#CEB643'

red 206 ◦ green 182 ◦ blue 67

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

Shades of Old Gold #CEB643

Tints of Old Gold #CEB643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

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

R = 45.27%
G = 40%
B = 14.73%

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

#CEB643 (or 0xCEB643) is known color: Old Gold. HEX triplet: CE, B6 and 43. RGB value is (206,182,67). Sum of RGB (Red+Green+Blue) = 206+182+67=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB643 is #3149BC. Grayscale: #B0B0B0. Windows color (decimal): -3230141 or 4437710. OLE color: 4437710.

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

Color convert

RGB 206 182 67 -
CMYK 0 0.12 0.67 0.19
HSL 49.64º 0.59% 0.54% -
HSV(B) 49.64º 0.67% 0.81% -
XYZ 43.19 46.98 12.1 -
YUV 176.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 206 182 67 0 0.12 0.67 0.19 49.64 0.59 0.54
Hex CE B6 43 0 C 43 13 32 3B 36
Octal 316 266 103 0 14 103 23 62 73 66
Binary 11001110 10110110 1000011 0 1100 1000011 10011 110010 111011 110110

Color Harmonies of #CEB643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB643

Black with #CEB643

Text Example


Text Example

White with #CEB643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB643; }

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

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

background-color css

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

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

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

border-color css

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

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

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