Html Css Color HEX #DAA64B Rob Roy

📋 copy color: '#DAA64B'

red 218 ◦ green 166 ◦ blue 75

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

Shades of Rob Roy #DAA64B

Tints of Rob Roy #DAA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 75 (29.69% from 255) = 16.34%

R = 47.49%
G = 36.17%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAA64B (or 0xDAA64B) is known color: Rob Roy. HEX triplet: DA, A6 and 4B. RGB value is (218,166,75). Sum of RGB (Red+Green+Blue) = 218+166+75=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA64B is #2559B4. Grayscale: #ABABAB. Windows color (decimal): -2447797 or 4957914. OLE color: 4957914.

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

Color convert

RGB 218 166 75 -
CMYK 0 0.24 0.66 0.15
HSL 38.18º 0.66% 0.57% -
HSV(B) 38.18º 0.66% 0.85% -
XYZ 43.82 42.69 12.59 -
YUV 171.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 218 166 75 0 0.24 0.66 0.15 38.18 0.66 0.57
Hex DA A6 4B 0 18 42 F 26 42 39
Octal 332 246 113 0 30 102 17 46 102 71
Binary 11011010 10100110 1001011 0 11000 1000010 1111 100110 1000010 111001

Color Harmonies of #DAA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA64B

Black with #DAA64B

Text Example


Text Example

White with #DAA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA64B; }

 p { color: rgb(218,166,75); }

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

background-color css

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

 a { background-color: rgb(218,166,75); }

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

border-color css

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

 span { border-color: rgb(218,166,75); }

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