Html Css Color HEX #CEB440 Old Gold

📋 copy color: '#CEB440'

red 206 ◦ green 180 ◦ blue 64

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

Shades of Old Gold #CEB440

Tints of Old Gold #CEB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 45.78%
G = 40%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB440 (or 0xCEB440) is known color: Old Gold. HEX triplet: CE, B4 and 40. RGB value is (206,180,64). Sum of RGB (Red+Green+Blue) = 206+180+64=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB440 is #314BBF. Grayscale: #AFAFAF. Windows color (decimal): -3230656 or 4240590. OLE color: 4240590.

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

Color convert

RGB 206 180 64 -
CMYK 0 0.13 0.69 0.19
HSL 49.01º 0.59% 0.53% -
HSV(B) 49.01º 0.69% 0.81% -
XYZ 42.7 46.13 11.5 -
YUV 174.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 206 180 64 0 0.13 0.69 0.19 49.01 0.59 0.53
Hex CE B4 40 0 D 45 13 31 3B 35
Octal 316 264 100 0 15 105 23 61 73 65
Binary 11001110 10110100 1000000 0 1101 1000101 10011 110001 111011 110101

Color Harmonies of #CEB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB440

Black with #CEB440

Text Example


Text Example

White with #CEB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB440; }

 p { color: rgb(206,180,64); }

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

background-color css

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

 a { background-color: rgb(206,180,64); }

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

border-color css

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

 span { border-color: rgb(206,180,64); }

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