Html Css Color HEX #CEBA36 Old Gold

📋 copy color: '#CEBA36'

red 206 ◦ green 186 ◦ blue 54

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

Shades of Old Gold #CEBA36

Tints of Old Gold #CEBA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.11%

R = 46.19%
G = 41.7%
B = 12.11%

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

#CEBA36 (or 0xCEBA36) is known color: Old Gold. HEX triplet: CE, BA and 36. RGB value is (206,186,54). Sum of RGB (Red+Green+Blue) = 206+186+54=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA36 is #3145C9. Grayscale: #B1B1B1. Windows color (decimal): -3229130 or 3586766. OLE color: 3586766.

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

Color convert

RGB 206 186 54 -
CMYK 0 0.10 0.74 0.19
HSL 52.11º 0.61% 0.51% -
HSV(B) 52.11º 0.74% 0.81% -
XYZ 43.68 48.51 10.55 -
YUV 176.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 206 186 54 0 0.10 0.74 0.19 52.11 0.61 0.51
Hex CE BA 36 0 A 4A 13 34 3D 33
Octal 316 272 66 0 12 112 23 64 75 63
Binary 11001110 10111010 110110 0 1010 1001010 10011 110100 111101 110011

Color Harmonies of #CEBA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA36

Black with #CEBA36

Text Example


Text Example

White with #CEBA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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