Html Css Color HEX #CEBE32 Old Gold

📋 copy color: '#CEBE32'

red 206 ◦ green 190 ◦ blue 50

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

Shades of Old Gold #CEBE32

Tints of Old Gold #CEBE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

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

R = 46.19%
G = 42.6%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEBE32 (or 0xCEBE32) is known color: Old Gold. HEX triplet: CE, BE and 32. RGB value is (206,190,50). Sum of RGB (Red+Green+Blue) = 206+190+50=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE32 is #3141CD. Grayscale: #B3B3B3. Windows color (decimal): -3228110 or 3325646. OLE color: 3325646.

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

Color convert

RGB 206 190 50 -
CMYK 0 0.08 0.76 0.19
HSL 53.85º 0.61% 0.5% -
HSV(B) 53.85º 0.76% 0.81% -
XYZ 44.44 50.18 10.36 -
YUV 178.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 206 190 50 0 0.08 0.76 0.19 53.85 0.61 0.5
Hex CE BE 32 0 8 4C 13 36 3D 32
Octal 316 276 62 0 10 114 23 66 75 62
Binary 11001110 10111110 110010 0 1000 1001100 10011 110110 111101 110010

Color Harmonies of #CEBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE32

Black with #CEBE32

Text Example


Text Example

White with #CEBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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