Html Css Color HEX #DEAD58 Rob Roy

📋 copy color: '#DEAD58'

red 222 ◦ green 173 ◦ blue 88

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

Shades of Rob Roy #DEAD58

Tints of Rob Roy #DEAD58

RGB

 RED value IS 222 (87.11% from 255) = 45.96%

 GREEN value IS 173 (67.97% from 255) = 35.82%

 BLUE value IS 88 (34.77% from 255) = 18.22%

R = 45.96%
G = 35.82%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DEAD58 (or 0xDEAD58) is known color: Rob Roy. HEX triplet: DE, AD and 58. RGB value is (222,173,88). Sum of RGB (Red+Green+Blue) = 222+173+88=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD58 is #2152A7. Grayscale: #B2B2B2. Windows color (decimal): -2183848 or 5811678. OLE color: 5811678.

HSL color Cylindrical-coordinate representation of color #DEAD58: hue angle of 38.06º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEAD58 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 88 -
CMYK 0 0.22 0.60 0.13
HSL 38.06º 0.67% 0.61% -
HSV(B) 38.06º 0.6% 0.87% -
XYZ 46.83 46.12 15.67 -
YUV 177.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 222 173 88 0 0.22 0.60 0.13 38.06 0.67 0.61
Hex DE AD 58 0 16 3C D 26 43 3D
Octal 336 255 130 0 26 74 15 46 103 75
Binary 11011110 10101101 1011000 0 10110 111100 1101 100110 1000011 111101

Color Harmonies of #DEAD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD58

Black with #DEAD58

Text Example


Text Example

White with #DEAD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD58; }

 p { color: rgb(222,173,88); }

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

background-color css

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

 a { background-color: rgb(222,173,88); }

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

border-color css

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

 span { border-color: rgb(222,173,88); }

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