Html Css Color HEX #DEAF54 Rob Roy

📋 copy color: '#DEAF54'

red 222 ◦ green 175 ◦ blue 84

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

Shades of Rob Roy #DEAF54

Tints of Rob Roy #DEAF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.46%

R = 46.15%
G = 36.38%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEAF54 (or 0xDEAF54) is known color: Rob Roy. HEX triplet: DE, AF and 54. RGB value is (222,175,84). Sum of RGB (Red+Green+Blue) = 222+175+84=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF54 is #2150AB. Grayscale: #B3B3B3. Windows color (decimal): -2183340 or 5550046. OLE color: 5550046.

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

Color convert

RGB 222 175 84 -
CMYK 0 0.21 0.62 0.13
HSL 39.57º 0.68% 0.6% -
HSV(B) 39.57º 0.62% 0.87% -
XYZ 47.05 46.83 14.95 -
YUV 178.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 222 175 84 0 0.21 0.62 0.13 39.57 0.68 0.6
Hex DE AF 54 0 15 3E D 28 44 3C
Octal 336 257 124 0 25 76 15 50 104 74
Binary 11011110 10101111 1010100 0 10101 111110 1101 101000 1000100 111100

Color Harmonies of #DEAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF54

Black with #DEAF54

Text Example


Text Example

White with #DEAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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