Html Css Color HEX #CEBD49 Old Gold

📋 copy color: '#CEBD49'

red 206 ◦ green 189 ◦ blue 73

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

Shades of Old Gold #CEBD49

Tints of Old Gold #CEBD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

 BLUE value IS 73 (28.91% from 255) = 15.6%

R = 44.02%
G = 40.38%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEBD49 (or 0xCEBD49) is known color: Old Gold. HEX triplet: CE, BD and 49. RGB value is (206,189,73). Sum of RGB (Red+Green+Blue) = 206+189+73=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD49 is #3142B6. Grayscale: #B5B5B5. Windows color (decimal): -3228343 or 4832718. OLE color: 4832718.

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

Color convert

RGB 206 189 73 -
CMYK 0 0.08 0.65 0.19
HSL 52.33º 0.58% 0.55% -
HSV(B) 52.33º 0.65% 0.81% -
XYZ 44.85 50 13.59 -
YUV 180.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 206 189 73 0 0.08 0.65 0.19 52.33 0.58 0.55
Hex CE BD 49 0 8 41 13 34 3A 37
Octal 316 275 111 0 10 101 23 64 72 67
Binary 11001110 10111101 1001001 0 1000 1000001 10011 110100 111010 110111

Color Harmonies of #CEBD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD49

Black with #CEBD49

Text Example


Text Example

White with #CEBD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD49; }

 p { color: rgb(206,189,73); }

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

background-color css

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

 a { background-color: rgb(206,189,73); }

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

border-color css

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

 span { border-color: rgb(206,189,73); }

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