Html Css Color HEX #DEAF50 Rob Roy

📋 copy color: '#DEAF50'

red 222 ◦ green 175 ◦ blue 80

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

Shades of Rob Roy #DEAF50

Tints of Rob Roy #DEAF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.69%

 BLUE value IS 80 (31.64% from 255) = 16.77%

R = 46.54%
G = 36.69%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEAF50 (or 0xDEAF50) is known color: Rob Roy. HEX triplet: DE, AF and 50. RGB value is (222,175,80). Sum of RGB (Red+Green+Blue) = 222+175+80=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF50 is #2150AF. Grayscale: #B2B2B2. Windows color (decimal): -2183344 or 5287902. OLE color: 5287902.

HSL color Cylindrical-coordinate representation of color #DEAF50: hue angle of 40.14º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEAF50 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 80 -
CMYK 0 0.21 0.64 0.13
HSL 40.14º 0.68% 0.59% -
HSV(B) 40.14º 0.64% 0.87% -
XYZ 46.9 46.77 14.14 -
YUV 178.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 222 175 80 0 0.21 0.64 0.13 40.14 0.68 0.59
Hex DE AF 50 0 15 40 D 28 44 3B
Octal 336 257 120 0 25 100 15 50 104 73
Binary 11011110 10101111 1010000 0 10101 1000000 1101 101000 1000100 111011

Color Harmonies of #DEAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF50

Black with #DEAF50

Text Example


Text Example

White with #DEAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF50; }

 p { color: rgb(222,175,80); }

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

background-color css

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

 a { background-color: rgb(222,175,80); }

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

border-color css

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

 span { border-color: rgb(222,175,80); }

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