Html Css Color HEX #DAAD4E Rob Roy

📋 copy color: '#DAAD4E'

red 218 ◦ green 173 ◦ blue 78

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

Shades of Rob Roy #DAAD4E

Tints of Rob Roy #DAAD4E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.89%

 BLUE value IS 78 (30.86% from 255) = 16.63%

R = 46.48%
G = 36.89%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAAD4E (or 0xDAAD4E) is known color: Rob Roy. HEX triplet: DA, AD and 4E. RGB value is (218,173,78). Sum of RGB (Red+Green+Blue) = 218+173+78=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD4E is #2552B1. Grayscale: #B0B0B0. Windows color (decimal): -2446002 or 5156314. OLE color: 5156314.

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

Color convert

RGB 218 173 78 -
CMYK 0 0.21 0.64 0.15
HSL 40.71º 0.65% 0.58% -
HSV(B) 40.71º 0.64% 0.85% -
XYZ 45.23 45.34 13.58 -
YUV 175.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 218 173 78 0 0.21 0.64 0.15 40.71 0.65 0.58
Hex DA AD 4E 0 15 40 F 29 41 3A
Octal 332 255 116 0 25 100 17 51 101 72
Binary 11011010 10101101 1001110 0 10101 1000000 1111 101001 1000001 111010

Color Harmonies of #DAAD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD4E

Black with #DAAD4E

Text Example


Text Example

White with #DAAD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD4E; }

 p { color: rgb(218,173,78); }

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

background-color css

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

 a { background-color: rgb(218,173,78); }

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

border-color css

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

 span { border-color: rgb(218,173,78); }

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