Html Css Color HEX #DAB44F Rob Roy

📋 copy color: '#DAB44F'

red 218 ◦ green 180 ◦ blue 79

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

Shades of Rob Roy #DAB44F

Tints of Rob Roy #DAB44F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

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

R = 45.7%
G = 37.74%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAB44F (or 0xDAB44F) is known color: Rob Roy. HEX triplet: DA, B4 and 4F. RGB value is (218,180,79). Sum of RGB (Red+Green+Blue) = 218+180+79=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB44F is #254BB0. Grayscale: #B4B4B4. Windows color (decimal): -2444209 or 5223642. OLE color: 5223642.

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

Color convert

RGB 218 180 79 -
CMYK 0 0.17 0.64 0.15
HSL 43.6º 0.65% 0.58% -
HSV(B) 43.6º 0.64% 0.85% -
XYZ 46.65 48.11 14.23 -
YUV 179.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 218 180 79 0 0.17 0.64 0.15 43.6 0.65 0.58
Hex DA B4 4F 0 11 40 F 2C 41 3A
Octal 332 264 117 0 21 100 17 54 101 72
Binary 11011010 10110100 1001111 0 10001 1000000 1111 101100 1000001 111010

Color Harmonies of #DAB44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB44F

Black with #DAB44F

Text Example


Text Example

White with #DAB44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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