Html Css Color HEX #CEB730 Old Gold

📋 copy color: '#CEB730'

red 206 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #CEB730

Tints of Old Gold #CEB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

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

R = 47.14%
G = 41.88%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB730 (or 0xCEB730) is known color: Old Gold. HEX triplet: CE, B7 and 30. RGB value is (206,183,48). Sum of RGB (Red+Green+Blue) = 206+183+48=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB730 is #3148CF. Grayscale: #AFAFAF. Windows color (decimal): -3229904 or 3192782. OLE color: 3192782.

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

Color convert

RGB 206 183 48 -
CMYK 0 0.11 0.77 0.19
HSL 51.27º 0.62% 0.5% -
HSV(B) 51.27º 0.77% 0.81% -
XYZ 42.92 47.2 9.65 -
YUV 174.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 206 183 48 0 0.11 0.77 0.19 51.27 0.62 0.5
Hex CE B7 30 0 B 4D 13 33 3E 32
Octal 316 267 60 0 13 115 23 63 76 62
Binary 11001110 10110111 110000 0 1011 1001101 10011 110011 111110 110010

Color Harmonies of #CEB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB730

Black with #CEB730

Text Example


Text Example

White with #CEB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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