Html Css Color HEX #DAB24D Rob Roy

📋 copy color: '#DAB24D'

red 218 ◦ green 178 ◦ blue 77

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

Shades of Rob Roy #DAB24D

Tints of Rob Roy #DAB24D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

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

R = 46.09%
G = 37.63%
B = 16.28%

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

#DAB24D (or 0xDAB24D) is known color: Rob Roy. HEX triplet: DA, B2 and 4D. RGB value is (218,178,77). Sum of RGB (Red+Green+Blue) = 218+178+77=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB24D is #254DB2. Grayscale: #B2B2B2. Windows color (decimal): -2444723 or 5092058. OLE color: 5092058.

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

Color convert

RGB 218 178 77 -
CMYK 0 0.18 0.65 0.15
HSL 42.98º 0.66% 0.58% -
HSV(B) 42.98º 0.65% 0.85% -
XYZ 46.17 47.28 13.71 -
YUV 178.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 218 178 77 0 0.18 0.65 0.15 42.98 0.66 0.58
Hex DA B2 4D 0 12 41 F 2B 42 3A
Octal 332 262 115 0 22 101 17 53 102 72
Binary 11011010 10110010 1001101 0 10010 1000001 1111 101011 1000010 111010

Color Harmonies of #DAB24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB24D

Black with #DAB24D

Text Example


Text Example

White with #DAB24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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