Html Css Color HEX #DAB64F Rob Roy

📋 copy color: '#DAB64F'

red 218 ◦ green 182 ◦ blue 79

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

Shades of Rob Roy #DAB64F

Tints of Rob Roy #DAB64F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38%

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

R = 45.51%
G = 38%
B = 16.49%

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

#DAB64F (or 0xDAB64F) is known color: Rob Roy. HEX triplet: DA, B6 and 4F. RGB value is (218,182,79). Sum of RGB (Red+Green+Blue) = 218+182+79=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB64F is #2549B0. Grayscale: #B5B5B5. Windows color (decimal): -2443697 or 5224154. OLE color: 5224154.

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

Color convert

RGB 218 182 79 -
CMYK 0 0.17 0.64 0.15
HSL 44.46º 0.65% 0.58% -
HSV(B) 44.46º 0.64% 0.85% -
XYZ 47.05 48.93 14.36 -
YUV 181.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 218 182 79 0 0.17 0.64 0.15 44.46 0.65 0.58
Hex DA B6 4F 0 11 40 F 2C 41 3A
Octal 332 266 117 0 21 100 17 54 101 72
Binary 11011010 10110110 1001111 0 10001 1000000 1111 101100 1000001 111010

Color Harmonies of #DAB64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB64F

Black with #DAB64F

Text Example


Text Example

White with #DAB64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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