Html Css Color HEX #CEBC3F Old Gold

📋 copy color: '#CEBC3F'

red 206 ◦ green 188 ◦ blue 63

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

Shades of Old Gold #CEBC3F

Tints of Old Gold #CEBC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.79%

R = 45.08%
G = 41.14%
B = 13.79%

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

#CEBC3F (or 0xCEBC3F) is known color: Old Gold. HEX triplet: CE, BC and 3F. RGB value is (206,188,63). Sum of RGB (Red+Green+Blue) = 206+188+63=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC3F is #3143C0. Grayscale: #B3B3B3. Windows color (decimal): -3228609 or 4177102. OLE color: 4177102.

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

Color convert

RGB 206 188 63 -
CMYK 0 0.09 0.69 0.19
HSL 52.45º 0.59% 0.53% -
HSV(B) 52.45º 0.69% 0.81% -
XYZ 44.33 49.45 11.91 -
YUV 179.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 206 188 63 0 0.09 0.69 0.19 52.45 0.59 0.53
Hex CE BC 3F 0 9 45 13 34 3B 35
Octal 316 274 77 0 11 105 23 64 73 65
Binary 11001110 10111100 111111 0 1001 1000101 10011 110100 111011 110101

Color Harmonies of #CEBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC3F

Black with #CEBC3F

Text Example


Text Example

White with #CEBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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