Html Css Color HEX #DAB04D Rob Roy

📋 copy color: '#DAB04D'

red 218 ◦ green 176 ◦ blue 77

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

Shades of Rob Roy #DAB04D

Tints of Rob Roy #DAB04D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

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

R = 46.28%
G = 37.37%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB04D (or 0xDAB04D) is known color: Rob Roy. HEX triplet: DA, B0 and 4D. RGB value is (218,176,77). Sum of RGB (Red+Green+Blue) = 218+176+77=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB04D is #254FB2. Grayscale: #B1B1B1. Windows color (decimal): -2445235 or 5091546. OLE color: 5091546.

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

Color convert

RGB 218 176 77 -
CMYK 0 0.19 0.65 0.15
HSL 42.13º 0.66% 0.58% -
HSV(B) 42.13º 0.65% 0.85% -
XYZ 45.78 46.49 13.58 -
YUV 177.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 218 176 77 0 0.19 0.65 0.15 42.13 0.66 0.58
Hex DA B0 4D 0 13 41 F 2A 42 3A
Octal 332 260 115 0 23 101 17 52 102 72
Binary 11011010 10110000 1001101 0 10011 1000001 1111 101010 1000010 111010

Color Harmonies of #DAB04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB04D

Black with #DAB04D

Text Example


Text Example

White with #DAB04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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