Html Css Color HEX #CEB143 Old Gold

📋 copy color: '#CEB143'

red 206 ◦ green 177 ◦ blue 67

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

Shades of Old Gold #CEB143

Tints of Old Gold #CEB143

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

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

R = 45.78%
G = 39.33%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB143 (or 0xCEB143) is known color: Old Gold. HEX triplet: CE, B1 and 43. RGB value is (206,177,67). Sum of RGB (Red+Green+Blue) = 206+177+67=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB143 is #314EBC. Grayscale: #ADADAD. Windows color (decimal): -3231421 or 4436430. OLE color: 4436430.

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

Color convert

RGB 206 177 67 -
CMYK 0 0.14 0.67 0.19
HSL 47.48º 0.59% 0.54% -
HSV(B) 47.48º 0.67% 0.81% -
XYZ 42.19 44.97 11.77 -
YUV 173.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 206 177 67 0 0.14 0.67 0.19 47.48 0.59 0.54
Hex CE B1 43 0 E 43 13 2F 3B 36
Octal 316 261 103 0 16 103 23 57 73 66
Binary 11001110 10110001 1000011 0 1110 1000011 10011 101111 111011 110110

Color Harmonies of #CEB143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB143

Black with #CEB143

Text Example


Text Example

White with #CEB143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB143; }

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

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

background-color css

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

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

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

border-color css

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

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

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