Html Css Color HEX #CEBB40 Old Gold

📋 copy color: '#CEBB40'

red 206 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #CEBB40

Tints of Old Gold #CEBB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 45.08%
G = 40.92%
B = 14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEBB40 (or 0xCEBB40) is known color: Old Gold. HEX triplet: CE, BB and 40. RGB value is (206,187,64). Sum of RGB (Red+Green+Blue) = 206+187+64=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB40 is #3144BF. Grayscale: #B3B3B3. Windows color (decimal): -3228864 or 4242382. OLE color: 4242382.

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

Color convert

RGB 206 187 64 -
CMYK 0 0.09 0.69 0.19
HSL 51.97º 0.59% 0.53% -
HSV(B) 51.97º 0.69% 0.81% -
XYZ 44.15 49.03 11.99 -
YUV 178.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 206 187 64 0 0.09 0.69 0.19 51.97 0.59 0.53
Hex CE BB 40 0 9 45 13 34 3B 35
Octal 316 273 100 0 11 105 23 64 73 65
Binary 11001110 10111011 1000000 0 1001 1000101 10011 110100 111011 110101

Color Harmonies of #CEBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB40

Black with #CEBB40

Text Example


Text Example

White with #CEBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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