Html Css Color HEX #CEBA32 Old Gold

📋 copy color: '#CEBA32'

red 206 ◦ green 186 ◦ blue 50

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

Shades of Old Gold #CEBA32

Tints of Old Gold #CEBA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.31%

R = 46.61%
G = 42.08%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEBA32 (or 0xCEBA32) is known color: Old Gold. HEX triplet: CE, BA and 32. RGB value is (206,186,50). Sum of RGB (Red+Green+Blue) = 206+186+50=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA32 is #3145CD. Grayscale: #B1B1B1. Windows color (decimal): -3229134 or 3324622. OLE color: 3324622.

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

Color convert

RGB 206 186 50 -
CMYK 0 0.10 0.76 0.19
HSL 52.31º 0.61% 0.5% -
HSV(B) 52.31º 0.76% 0.81% -
XYZ 43.59 48.47 10.08 -
YUV 176.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 206 186 50 0 0.10 0.76 0.19 52.31 0.61 0.5
Hex CE BA 32 0 A 4C 13 34 3D 32
Octal 316 272 62 0 12 114 23 64 75 62
Binary 11001110 10111010 110010 0 1010 1001100 10011 110100 111101 110010

Color Harmonies of #CEBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA32

Black with #CEBA32

Text Example


Text Example

White with #CEBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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