Html Css Color HEX #CEB636 Old Gold

📋 copy color: '#CEB636'

red 206 ◦ green 182 ◦ blue 54

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

Shades of Old Gold #CEB636

Tints of Old Gold #CEB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.18%

 BLUE value IS 54 (21.48% from 255) = 12.22%

R = 46.61%
G = 41.18%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEB636 (or 0xCEB636) is known color: Old Gold. HEX triplet: CE, B6 and 36. RGB value is (206,182,54). Sum of RGB (Red+Green+Blue) = 206+182+54=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB636 is #3149C9. Grayscale: #AFAFAF. Windows color (decimal): -3230154 or 3585742. OLE color: 3585742.

HSL color Cylindrical-coordinate representation of color #CEB636: hue angle of 50.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEB636 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 54 -
CMYK 0 0.12 0.74 0.19
HSL 50.53º 0.61% 0.51% -
HSV(B) 50.53º 0.74% 0.81% -
XYZ 42.85 46.84 10.27 -
YUV 174.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 206 182 54 0 0.12 0.74 0.19 50.53 0.61 0.51
Hex CE B6 36 0 C 4A 13 33 3D 33
Octal 316 266 66 0 14 112 23 63 75 63
Binary 11001110 10110110 110110 0 1100 1001010 10011 110011 111101 110011

Color Harmonies of #CEB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB636

Black with #CEB636

Text Example


Text Example

White with #CEB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB636; }

 p { color: rgb(206,182,54); }

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

background-color css

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

 a { background-color: rgb(206,182,54); }

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

border-color css

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

 span { border-color: rgb(206,182,54); }

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