Html Css Color HEX #DEA74D Rob Roy

📋 copy color: '#DEA74D'

red 222 ◦ green 167 ◦ blue 77

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

Shades of Rob Roy #DEA74D

Tints of Rob Roy #DEA74D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

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

R = 47.64%
G = 35.84%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEA74D (or 0xDEA74D) is known color: Rob Roy. HEX triplet: DE, A7 and 4D. RGB value is (222,167,77). Sum of RGB (Red+Green+Blue) = 222+167+77=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA74D is #2158B2. Grayscale: #ADADAD. Windows color (decimal): -2185395 or 5089246. OLE color: 5089246.

HSL color Cylindrical-coordinate representation of color #DEA74D: hue angle of 37.24º 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 #DEA74D is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 167 77 -
CMYK 0 0.25 0.65 0.13
HSL 37.24º 0.69% 0.59% -
HSV(B) 37.24º 0.65% 0.87% -
XYZ 45.28 43.7 13.07 -
YUV 173.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 222 167 77 0 0.25 0.65 0.13 37.24 0.69 0.59
Hex DE A7 4D 0 19 41 D 25 45 3B
Octal 336 247 115 0 31 101 15 45 105 73
Binary 11011110 10100111 1001101 0 11001 1000001 1101 100101 1000101 111011

Color Harmonies of #DEA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA74D

Black with #DEA74D

Text Example


Text Example

White with #DEA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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