Html Css Color HEX #CEB443 Old Gold

📋 copy color: '#CEB443'

red 206 ◦ green 180 ◦ blue 67

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

Shades of Old Gold #CEB443

Tints of Old Gold #CEB443

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

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

R = 45.47%
G = 39.74%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB443 (or 0xCEB443) is known color: Old Gold. HEX triplet: CE, B4 and 43. RGB value is (206,180,67). Sum of RGB (Red+Green+Blue) = 206+180+67=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB443 is #314BBC. Grayscale: #AFAFAF. Windows color (decimal): -3230653 or 4437198. OLE color: 4437198.

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

Color convert

RGB 206 180 67 -
CMYK 0 0.13 0.67 0.19
HSL 48.78º 0.59% 0.54% -
HSV(B) 48.78º 0.67% 0.81% -
XYZ 42.79 46.17 11.97 -
YUV 174.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 206 180 67 0 0.13 0.67 0.19 48.78 0.59 0.54
Hex CE B4 43 0 D 43 13 31 3B 36
Octal 316 264 103 0 15 103 23 61 73 66
Binary 11001110 10110100 1000011 0 1101 1000011 10011 110001 111011 110110

Color Harmonies of #CEB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB443

Black with #CEB443

Text Example


Text Example

White with #CEB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB443; }

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

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

background-color css

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

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

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

border-color css

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

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

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