Html Css Color HEX #CEBA41 Old Gold

📋 copy color: '#CEBA41'

red 206 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #CEBA41

Tints of Old Gold #CEBA41

RGB

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

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

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

R = 45.08%
G = 40.7%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEBA41 (or 0xCEBA41) is known color: Old Gold. HEX triplet: CE, BA and 41. RGB value is (206,186,65). Sum of RGB (Red+Green+Blue) = 206+186+65=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA41 is #3145BE. Grayscale: #B2B2B2. Windows color (decimal): -3229119 or 4307662. OLE color: 4307662.

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

Color convert

RGB 206 186 65 -
CMYK 0 0.10 0.68 0.19
HSL 51.49º 0.59% 0.53% -
HSV(B) 51.49º 0.68% 0.81% -
XYZ 43.97 48.62 12.07 -
YUV 178.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 206 186 65 0 0.10 0.68 0.19 51.49 0.59 0.53
Hex CE BA 41 0 A 44 13 33 3B 35
Octal 316 272 101 0 12 104 23 63 73 65
Binary 11001110 10111010 1000001 0 1010 1000100 10011 110011 111011 110101

Color Harmonies of #CEBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA41

Black with #CEBA41

Text Example


Text Example

White with #CEBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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