Html Css Color HEX #DAB34D Rob Roy

📋 copy color: '#DAB34D'

red 218 ◦ green 179 ◦ blue 77

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

Shades of Rob Roy #DAB34D

Tints of Rob Roy #DAB34D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.76%

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

R = 45.99%
G = 37.76%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB34D (or 0xDAB34D) is known color: Rob Roy. HEX triplet: DA, B3 and 4D. RGB value is (218,179,77). Sum of RGB (Red+Green+Blue) = 218+179+77=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB34D is #254CB2. Grayscale: #B3B3B3. Windows color (decimal): -2444467 or 5092314. OLE color: 5092314.

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

Color convert

RGB 218 179 77 -
CMYK 0 0.18 0.65 0.15
HSL 43.4º 0.66% 0.58% -
HSV(B) 43.4º 0.65% 0.85% -
XYZ 46.37 47.68 13.78 -
YUV 179.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 218 179 77 0 0.18 0.65 0.15 43.4 0.66 0.58
Hex DA B3 4D 0 12 41 F 2B 42 3A
Octal 332 263 115 0 22 101 17 53 102 72
Binary 11011010 10110011 1001101 0 10010 1000001 1111 101011 1000010 111010

Color Harmonies of #DAB34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB34D

Black with #DAB34D

Text Example


Text Example

White with #DAB34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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