Html Css Color HEX #CEBA33 Old Gold

📋 copy color: '#CEBA33'

red 206 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #CEBA33

Tints of Old Gold #CEBA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.51%

R = 46.5%
G = 41.99%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEBA33 (or 0xCEBA33) is known color: Old Gold. HEX triplet: CE, BA and 33. RGB value is (206,186,51). Sum of RGB (Red+Green+Blue) = 206+186+51=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA33 is #3145CC. Grayscale: #B1B1B1. Windows color (decimal): -3229133 or 3390158. OLE color: 3390158.

HSL color Cylindrical-coordinate representation of color #CEBA33: hue angle of 52.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEBA33 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 51 -
CMYK 0 0.10 0.75 0.19
HSL 52.26º 0.61% 0.5% -
HSV(B) 52.26º 0.75% 0.81% -
XYZ 43.61 48.48 10.19 -
YUV 176.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 206 186 51 0 0.10 0.75 0.19 52.26 0.61 0.5
Hex CE BA 33 0 A 4B 13 34 3D 32
Octal 316 272 63 0 12 113 23 64 75 62
Binary 11001110 10111010 110011 0 1010 1001011 10011 110100 111101 110010

Color Harmonies of #CEBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA33

Black with #CEBA33

Text Example


Text Example

White with #CEBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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