Html Css Color HEX #DEAF4D Rob Roy

📋 copy color: '#DEAF4D'

red 222 ◦ green 175 ◦ blue 77

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

Shades of Rob Roy #DEAF4D

Tints of Rob Roy #DEAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 46.84%
G = 36.92%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEAF4D (or 0xDEAF4D) is known color: Rob Roy. HEX triplet: DE, AF and 4D. RGB value is (222,175,77). Sum of RGB (Red+Green+Blue) = 222+175+77=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF4D is #2150B2. Grayscale: #B2B2B2. Windows color (decimal): -2183347 or 5091294. OLE color: 5091294.

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

Color convert

RGB 222 175 77 -
CMYK 0 0.21 0.65 0.13
HSL 40.55º 0.69% 0.59% -
HSV(B) 40.55º 0.65% 0.87% -
XYZ 46.79 46.73 13.57 -
YUV 177.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 222 175 77 0 0.21 0.65 0.13 40.55 0.69 0.59
Hex DE AF 4D 0 15 41 D 29 45 3B
Octal 336 257 115 0 25 101 15 51 105 73
Binary 11011110 10101111 1001101 0 10101 1000001 1101 101001 1000101 111011

Color Harmonies of #DEAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF4D

Black with #DEAF4D

Text Example


Text Example

White with #DEAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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