Html Css Color HEX #CEBB3E Old Gold

📋 copy color: '#CEBB3E'

red 206 ◦ green 187 ◦ blue 62

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

Shades of Old Gold #CEBB3E

Tints of Old Gold #CEBB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.63%

R = 45.27%
G = 41.1%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEBB3E (or 0xCEBB3E) is known color: Old Gold. HEX triplet: CE, BB and 3E. RGB value is (206,187,62). Sum of RGB (Red+Green+Blue) = 206+187+62=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB3E is #3144C1. Grayscale: #B2B2B2. Windows color (decimal): -3228866 or 4111310. OLE color: 4111310.

HSL color Cylindrical-coordinate representation of color #CEBB3E: hue angle of 52.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEBB3E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 62 -
CMYK 0 0.09 0.70 0.19
HSL 52.08º 0.6% 0.53% -
HSV(B) 52.08º 0.7% 0.81% -
XYZ 44.09 49.01 11.69 -
YUV 178.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 206 187 62 0 0.09 0.70 0.19 52.08 0.6 0.53
Hex CE BB 3E 0 9 46 13 34 3C 35
Octal 316 273 76 0 11 106 23 64 74 65
Binary 11001110 10111011 111110 0 1001 1000110 10011 110100 111100 110101

Color Harmonies of #CEBB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB3E

Black with #CEBB3E

Text Example


Text Example

White with #CEBB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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