Html Css Color HEX #CEB630 Old Gold

📋 copy color: '#CEB630'

red 206 ◦ green 182 ◦ blue 48

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

Shades of Old Gold #CEB630

Tints of Old Gold #CEB630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.01%

R = 47.25%
G = 41.74%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB630 (or 0xCEB630) is known color: Old Gold. HEX triplet: CE, B6 and 30. RGB value is (206,182,48). Sum of RGB (Red+Green+Blue) = 206+182+48=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB630 is #3149CF. Grayscale: #AEAEAE. Windows color (decimal): -3230160 or 3192526. OLE color: 3192526.

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

Color convert

RGB 206 182 48 -
CMYK 0 0.12 0.77 0.19
HSL 50.89º 0.62% 0.5% -
HSV(B) 50.89º 0.77% 0.81% -
XYZ 42.72 46.79 9.58 -
YUV 173.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 206 182 48 0 0.12 0.77 0.19 50.89 0.62 0.5
Hex CE B6 30 0 C 4D 13 33 3E 32
Octal 316 266 60 0 14 115 23 63 76 62
Binary 11001110 10110110 110000 0 1100 1001101 10011 110011 111110 110010

Color Harmonies of #CEB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB630

Black with #CEB630

Text Example


Text Example

White with #CEB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB630; }

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

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

background-color css

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

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

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

border-color css

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

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

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