Html Css Color HEX #DAB04C Rob Roy

📋 copy color: '#DAB04C'

red 218 ◦ green 176 ◦ blue 76

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

Shades of Rob Roy #DAB04C

Tints of Rob Roy #DAB04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.17%

R = 46.38%
G = 37.45%
B = 16.17%

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

#DAB04C (or 0xDAB04C) is known color: Rob Roy. HEX triplet: DA, B0 and 4C. RGB value is (218,176,76). Sum of RGB (Red+Green+Blue) = 218+176+76=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB04C is #254FB3. Grayscale: #B1B1B1. Windows color (decimal): -2445236 or 5026010. OLE color: 5026010.

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

Color convert

RGB 218 176 76 -
CMYK 0 0.19 0.65 0.15
HSL 42.25º 0.66% 0.58% -
HSV(B) 42.25º 0.65% 0.85% -
XYZ 45.74 46.48 13.4 -
YUV 177.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 218 176 76 0 0.19 0.65 0.15 42.25 0.66 0.58
Hex DA B0 4C 0 13 41 F 2A 42 3A
Octal 332 260 114 0 23 101 17 52 102 72
Binary 11011010 10110000 1001100 0 10011 1000001 1111 101010 1000010 111010

Color Harmonies of #DAB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB04C

Black with #DAB04C

Text Example


Text Example

White with #DAB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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