Html Css Color HEX #CEBA35 Old Gold

📋 copy color: '#CEBA35'

red 206 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #CEBA35

Tints of Old Gold #CEBA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 46.29%
G = 41.8%
B = 11.91%

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

#CEBA35 (or 0xCEBA35) is known color: Old Gold. HEX triplet: CE, BA and 35. RGB value is (206,186,53). Sum of RGB (Red+Green+Blue) = 206+186+53=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA35 is #3145CA. Grayscale: #B1B1B1. Windows color (decimal): -3229131 or 3521230. OLE color: 3521230.

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

Color convert

RGB 206 186 53 -
CMYK 0 0.10 0.74 0.19
HSL 52.16º 0.61% 0.51% -
HSV(B) 52.16º 0.74% 0.81% -
XYZ 43.66 48.5 10.43 -
YUV 176.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 206 186 53 0 0.10 0.74 0.19 52.16 0.61 0.51
Hex CE BA 35 0 A 4A 13 34 3D 33
Octal 316 272 65 0 12 112 23 64 75 63
Binary 11001110 10111010 110101 0 1010 1001010 10011 110100 111101 110011

Color Harmonies of #CEBA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA35

Black with #CEBA35

Text Example


Text Example

White with #CEBA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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