Html Css Color HEX #DAA74F Rob Roy

📋 copy color: '#DAA74F'

red 218 ◦ green 167 ◦ blue 79

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

Shades of Rob Roy #DAA74F

Tints of Rob Roy #DAA74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.03%

R = 46.98%
G = 35.99%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAA74F (or 0xDAA74F) is known color: Rob Roy. HEX triplet: DA, A7 and 4F. RGB value is (218,167,79). Sum of RGB (Red+Green+Blue) = 218+167+79=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA74F is #2558B0. Grayscale: #ACACAC. Windows color (decimal): -2447537 or 5220314. OLE color: 5220314.

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

Color convert

RGB 218 167 79 -
CMYK 0 0.23 0.64 0.15
HSL 37.99º 0.65% 0.58% -
HSV(B) 37.99º 0.64% 0.85% -
XYZ 44.14 43.11 13.39 -
YUV 172.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 218 167 79 0 0.23 0.64 0.15 37.99 0.65 0.58
Hex DA A7 4F 0 17 40 F 26 41 3A
Octal 332 247 117 0 27 100 17 46 101 72
Binary 11011010 10100111 1001111 0 10111 1000000 1111 100110 1000001 111010

Color Harmonies of #DAA74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA74F

Black with #DAA74F

Text Example


Text Example

White with #DAA74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA74F; }

 p { color: rgb(218,167,79); }

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

background-color css

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

 a { background-color: rgb(218,167,79); }

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

border-color css

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

 span { border-color: rgb(218,167,79); }

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