Html Css Color HEX #CEBA40 Old Gold

📋 copy color: '#CEBA40'

red 206 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #CEBA40

Tints of Old Gold #CEBA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 45.18%
G = 40.79%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEBA40 (or 0xCEBA40) is known color: Old Gold. HEX triplet: CE, BA and 40. RGB value is (206,186,64). Sum of RGB (Red+Green+Blue) = 206+186+64=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA40 is #3145BF. Grayscale: #B2B2B2. Windows color (decimal): -3229120 or 4242126. OLE color: 4242126.

HSL color Cylindrical-coordinate representation of color #CEBA40: hue angle of 51.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEBA40 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 64 -
CMYK 0 0.10 0.69 0.19
HSL 51.55º 0.59% 0.53% -
HSV(B) 51.55º 0.69% 0.81% -
XYZ 43.94 48.61 11.92 -
YUV 178.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 206 186 64 0 0.10 0.69 0.19 51.55 0.59 0.53
Hex CE BA 40 0 A 45 13 34 3B 35
Octal 316 272 100 0 12 105 23 64 73 65
Binary 11001110 10111010 1000000 0 1010 1000101 10011 110100 111011 110101

Color Harmonies of #CEBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA40

Black with #CEBA40

Text Example


Text Example

White with #CEBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA40; }

 p { color: rgb(206,186,64); }

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

background-color css

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

 a { background-color: rgb(206,186,64); }

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

border-color css

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

 span { border-color: rgb(206,186,64); }

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