Html Css Color HEX #CEB431 Old Gold

📋 copy color: '#CEB431'

red 206 ◦ green 180 ◦ blue 49

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

Shades of Old Gold #CEB431

Tints of Old Gold #CEB431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.26%

R = 47.36%
G = 41.38%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEB431 (or 0xCEB431) is known color: Old Gold. HEX triplet: CE, B4 and 31. RGB value is (206,180,49). Sum of RGB (Red+Green+Blue) = 206+180+49=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB431 is #314BCE. Grayscale: #ADADAD. Windows color (decimal): -3230671 or 3257550. OLE color: 3257550.

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

Color convert

RGB 206 180 49 -
CMYK 0 0.13 0.76 0.19
HSL 50.06º 0.62% 0.5% -
HSV(B) 50.06º 0.76% 0.81% -
XYZ 42.33 45.99 9.55 -
YUV 172.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 206 180 49 0 0.13 0.76 0.19 50.06 0.62 0.5
Hex CE B4 31 0 D 4C 13 32 3E 32
Octal 316 264 61 0 15 114 23 62 76 62
Binary 11001110 10110100 110001 0 1101 1001100 10011 110010 111110 110010

Color Harmonies of #CEB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB431

Black with #CEB431

Text Example


Text Example

White with #CEB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB431; }

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

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

background-color css

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

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

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

border-color css

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

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

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