Html Css Color HEX #CEBC47 Old Gold

📋 copy color: '#CEBC47'

red 206 ◦ green 188 ◦ blue 71

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

Shades of Old Gold #CEBC47

Tints of Old Gold #CEBC47

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 44.3%
G = 40.43%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CEBC47 (or 0xCEBC47) is known color: Old Gold. HEX triplet: CE, BC and 47. RGB value is (206,188,71). Sum of RGB (Red+Green+Blue) = 206+188+71=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC47 is #3143B8. Grayscale: #B4B4B4. Windows color (decimal): -3228601 or 4701390. OLE color: 4701390.

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

Color convert

RGB 206 188 71 -
CMYK 0 0.09 0.66 0.19
HSL 52º 0.58% 0.54% -
HSV(B) 52º 0.66% 0.81% -
XYZ 44.57 49.54 13.17 -
YUV 180.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 206 188 71 0 0.09 0.66 0.19 52 0.58 0.54
Hex CE BC 47 0 9 42 13 34 3A 36
Octal 316 274 107 0 11 102 23 64 72 66
Binary 11001110 10111100 1000111 0 1001 1000010 10011 110100 111010 110110

Color Harmonies of #CEBC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC47

Black with #CEBC47

Text Example


Text Example

White with #CEBC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC47; }

 p { color: rgb(206,188,71); }

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

background-color css

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

 a { background-color: rgb(206,188,71); }

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

border-color css

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

 span { border-color: rgb(206,188,71); }

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