Html Css Color HEX #DEA34D Rob Roy

📋 copy color: '#DEA34D'

red 222 ◦ green 163 ◦ blue 77

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

Shades of Rob Roy #DEA34D

Tints of Rob Roy #DEA34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.28%

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

R = 48.05%
G = 35.28%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEA34D (or 0xDEA34D) is known color: Rob Roy. HEX triplet: DE, A3 and 4D. RGB value is (222,163,77). Sum of RGB (Red+Green+Blue) = 222+163+77=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA34D is #215CB2. Grayscale: #ABABAB. Windows color (decimal): -2186419 or 5088222. OLE color: 5088222.

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

Color convert

RGB 222 163 77 -
CMYK 0 0.27 0.65 0.13
HSL 35.59º 0.69% 0.59% -
HSV(B) 35.59º 0.65% 0.87% -
XYZ 44.56 42.26 12.83 -
YUV 170.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 222 163 77 0 0.27 0.65 0.13 35.59 0.69 0.59
Hex DE A3 4D 0 1B 41 D 24 45 3B
Octal 336 243 115 0 33 101 15 44 105 73
Binary 11011110 10100011 1001101 0 11011 1000001 1101 100100 1000101 111011

Color Harmonies of #DEA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA34D

Black with #DEA34D

Text Example


Text Example

White with #DEA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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