Html Css Color HEX #DAA74D Rob Roy

📋 copy color: '#DAA74D'

red 218 ◦ green 167 ◦ blue 77

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

Shades of Rob Roy #DAA74D

Tints of Rob Roy #DAA74D

RGB

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

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

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

R = 47.19%
G = 36.15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAA74D (or 0xDAA74D) is known color: Rob Roy. HEX triplet: DA, A7 and 4D. RGB value is (218,167,77). Sum of RGB (Red+Green+Blue) = 218+167+77=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA74D is #2558B2. Grayscale: #ACACAC. Windows color (decimal): -2447539 or 5089242. OLE color: 5089242.

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

Color convert

RGB 218 167 77 -
CMYK 0 0.23 0.65 0.15
HSL 38.3º 0.66% 0.58% -
HSV(B) 38.3º 0.65% 0.85% -
XYZ 44.07 43.08 13.01 -
YUV 171.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 218 167 77 0 0.23 0.65 0.15 38.3 0.66 0.58
Hex DA A7 4D 0 17 41 F 26 42 3A
Octal 332 247 115 0 27 101 17 46 102 72
Binary 11011010 10100111 1001101 0 10111 1000001 1111 100110 1000010 111010

Color Harmonies of #DAA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA74D

Black with #DAA74D

Text Example


Text Example

White with #DAA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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