Html Css Color HEX #CEB935 Old Gold

📋 copy color: '#CEB935'

red 206 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #CEB935

Tints of Old Gold #CEB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

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

R = 46.4%
G = 41.67%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CEB935 (or 0xCEB935) is known color: Old Gold. HEX triplet: CE, B9 and 35. RGB value is (206,185,53). Sum of RGB (Red+Green+Blue) = 206+185+53=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB935 is #3146CA. Grayscale: #B0B0B0. Windows color (decimal): -3229387 or 3520974. OLE color: 3520974.

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

Color convert

RGB 206 185 53 -
CMYK 0 0.10 0.74 0.19
HSL 51.76º 0.61% 0.51% -
HSV(B) 51.76º 0.74% 0.81% -
XYZ 43.45 48.08 10.36 -
YUV 176.23 58.46 149.23 -
System Red Green Blue C M Y K H S L
Decimal 206 185 53 0 0.10 0.74 0.19 51.76 0.61 0.51
Hex CE B9 35 0 A 4A 13 34 3D 33
Octal 316 271 65 0 12 112 23 64 75 63
Binary 11001110 10111001 110101 0 1010 1001010 10011 110100 111101 110011

Color Harmonies of #CEB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB935

Black with #CEB935

Text Example


Text Example

White with #CEB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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