Html Css Color HEX #DEAF4A Rob Roy

📋 copy color: '#DEAF4A'

red 222 ◦ green 175 ◦ blue 74

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

Shades of Rob Roy #DEAF4A

Tints of Rob Roy #DEAF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 47.13%
G = 37.15%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEAF4A (or 0xDEAF4A) is known color: Rob Roy. HEX triplet: DE, AF and 4A. RGB value is (222,175,74). Sum of RGB (Red+Green+Blue) = 222+175+74=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF4A is #2150B5. Grayscale: #B1B1B1. Windows color (decimal): -2183350 or 4894686. OLE color: 4894686.

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

Color convert

RGB 222 175 74 -
CMYK 0 0.21 0.67 0.13
HSL 40.95º 0.69% 0.58% -
HSV(B) 40.95º 0.67% 0.87% -
XYZ 46.69 46.68 13.03 -
YUV 177.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 222 175 74 0 0.21 0.67 0.13 40.95 0.69 0.58
Hex DE AF 4A 0 15 43 D 29 45 3A
Octal 336 257 112 0 25 103 15 51 105 72
Binary 11011110 10101111 1001010 0 10101 1000011 1101 101001 1000101 111010

Color Harmonies of #DEAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF4A

Black with #DEAF4A

Text Example


Text Example

White with #DEAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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