Html Css Color HEX #CEB641 Old Gold

📋 copy color: '#CEB641'

red 206 ◦ green 182 ◦ blue 65

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

Shades of Old Gold #CEB641

Tints of Old Gold #CEB641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

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

R = 45.47%
G = 40.18%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CEB641 (or 0xCEB641) is known color: Old Gold. HEX triplet: CE, B6 and 41. RGB value is (206,182,65). Sum of RGB (Red+Green+Blue) = 206+182+65=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB641 is #3149BE. Grayscale: #B0B0B0. Windows color (decimal): -3230143 or 4306638. OLE color: 4306638.

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

Color convert

RGB 206 182 65 -
CMYK 0 0.12 0.68 0.19
HSL 49.79º 0.59% 0.53% -
HSV(B) 49.79º 0.68% 0.81% -
XYZ 43.14 46.96 11.79 -
YUV 175.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 206 182 65 0 0.12 0.68 0.19 49.79 0.59 0.53
Hex CE B6 41 0 C 44 13 32 3B 35
Octal 316 266 101 0 14 104 23 62 73 65
Binary 11001110 10110110 1000001 0 1100 1000100 10011 110010 111011 110101

Color Harmonies of #CEB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB641

Black with #CEB641

Text Example


Text Example

White with #CEB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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