Html Css Color HEX #DEA74C Rob Roy

📋 copy color: '#DEA74C'

red 222 ◦ green 167 ◦ blue 76

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

Shades of Rob Roy #DEA74C

Tints of Rob Roy #DEA74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 47.74%
G = 35.91%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEA74C (or 0xDEA74C) is known color: Rob Roy. HEX triplet: DE, A7 and 4C. RGB value is (222,167,76). Sum of RGB (Red+Green+Blue) = 222+167+76=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA74C is #2158B3. Grayscale: #ADADAD. Windows color (decimal): -2185396 or 5023710. OLE color: 5023710.

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

Color convert

RGB 222 167 76 -
CMYK 0 0.25 0.66 0.13
HSL 37.4º 0.69% 0.58% -
HSV(B) 37.4º 0.66% 0.87% -
XYZ 45.25 43.69 12.89 -
YUV 173.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 222 167 76 0 0.25 0.66 0.13 37.4 0.69 0.58
Hex DE A7 4C 0 19 42 D 25 45 3A
Octal 336 247 114 0 31 102 15 45 105 72
Binary 11011110 10100111 1001100 0 11001 1000010 1101 100101 1000101 111010

Color Harmonies of #DEA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA74C

Black with #DEA74C

Text Example


Text Example

White with #DEA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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