Html Css Color HEX #DAAF4D Rob Roy

📋 copy color: '#DAAF4D'

red 218 ◦ green 175 ◦ blue 77

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

Shades of Rob Roy #DAAF4D

Tints of Rob Roy #DAAF4D

RGB

 RED value IS 218 (85.55% from 255) = 46.38%

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

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

R = 46.38%
G = 37.23%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAAF4D (or 0xDAAF4D) is known color: Rob Roy. HEX triplet: DA, AF and 4D. RGB value is (218,175,77). Sum of RGB (Red+Green+Blue) = 218+175+77=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF4D is #2550B2. Grayscale: #B1B1B1. Windows color (decimal): -2445491 or 5091290. OLE color: 5091290.

HSL color Cylindrical-coordinate representation of color #DAAF4D: hue angle of 41.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAAF4D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 175 77 -
CMYK 0 0.20 0.65 0.15
HSL 41.7º 0.66% 0.58% -
HSV(B) 41.7º 0.65% 0.85% -
XYZ 45.58 46.1 13.52 -
YUV 176.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 218 175 77 0 0.20 0.65 0.15 41.7 0.66 0.58
Hex DA AF 4D 0 14 41 F 2A 42 3A
Octal 332 257 115 0 24 101 17 52 102 72
Binary 11011010 10101111 1001101 0 10100 1000001 1111 101010 1000010 111010

Color Harmonies of #DAAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF4D

Black with #DAAF4D

Text Example


Text Example

White with #DAAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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