Html Css Color HEX #CEB735 Old Gold

📋 copy color: '#CEB735'

red 206 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #CEB735

Tints of Old Gold #CEB735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.99%

R = 46.61%
G = 41.4%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEB735 (or 0xCEB735) is known color: Old Gold. HEX triplet: CE, B7 and 35. RGB value is (206,183,53). Sum of RGB (Red+Green+Blue) = 206+183+53=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB735 is #3148CA. Grayscale: #AFAFAF. Windows color (decimal): -3229899 or 3520462. OLE color: 3520462.

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

Color convert

RGB 206 183 53 -
CMYK 0 0.11 0.74 0.19
HSL 50.98º 0.61% 0.51% -
HSV(B) 50.98º 0.74% 0.81% -
XYZ 43.03 47.25 10.22 -
YUV 175.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 206 183 53 0 0.11 0.74 0.19 50.98 0.61 0.51
Hex CE B7 35 0 B 4A 13 33 3D 33
Octal 316 267 65 0 13 112 23 63 75 63
Binary 11001110 10110111 110101 0 1011 1001010 10011 110011 111101 110011

Color Harmonies of #CEB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB735

Black with #CEB735

Text Example


Text Example

White with #CEB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB735; }

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

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

background-color css

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

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

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

border-color css

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

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

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