Html Css Color HEX #CEBE41 Old Gold

📋 copy color: '#CEBE41'

red 206 ◦ green 190 ◦ blue 65

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

Shades of Old Gold #CEBE41

Tints of Old Gold #CEBE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 44.69%
G = 41.21%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEBE41 (or 0xCEBE41) is known color: Old Gold. HEX triplet: CE, BE and 41. RGB value is (206,190,65). Sum of RGB (Red+Green+Blue) = 206+190+65=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE41 is #3141BE. Grayscale: #B5B5B5. Windows color (decimal): -3228095 or 4308686. OLE color: 4308686.

HSL color Cylindrical-coordinate representation of color #CEBE41: hue angle of 53.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEBE41 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 190 65 -
CMYK 0 0.08 0.68 0.19
HSL 53.19º 0.59% 0.53% -
HSV(B) 53.19º 0.68% 0.81% -
XYZ 44.82 50.33 12.35 -
YUV 180.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 206 190 65 0 0.08 0.68 0.19 53.19 0.59 0.53
Hex CE BE 41 0 8 44 13 35 3B 35
Octal 316 276 101 0 10 104 23 65 73 65
Binary 11001110 10111110 1000001 0 1000 1000100 10011 110101 111011 110101

Color Harmonies of #CEBE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE41

Black with #CEBE41

Text Example


Text Example

White with #CEBE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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