Html Css Color HEX #DAB352 Rob Roy

📋 copy color: '#DAB352'

red 218 ◦ green 179 ◦ blue 82

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

Shades of Rob Roy #DAB352

Tints of Rob Roy #DAB352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 45.51%
G = 37.37%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB352 (or 0xDAB352) is known color: Rob Roy. HEX triplet: DA, B3 and 52. RGB value is (218,179,82). Sum of RGB (Red+Green+Blue) = 218+179+82=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB352 is #254CAD. Grayscale: #B4B4B4. Windows color (decimal): -2444462 or 5419994. OLE color: 5419994.

HSL color Cylindrical-coordinate representation of color #DAB352: hue angle of 42.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAB352 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 82 -
CMYK 0 0.18 0.62 0.15
HSL 42.79º 0.65% 0.59% -
HSV(B) 42.79º 0.62% 0.85% -
XYZ 46.56 47.75 14.75 -
YUV 179.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 218 179 82 0 0.18 0.62 0.15 42.79 0.65 0.59
Hex DA B3 52 0 12 3E F 2B 41 3B
Octal 332 263 122 0 22 76 17 53 101 73
Binary 11011010 10110011 1010010 0 10010 111110 1111 101011 1000001 111011

Color Harmonies of #DAB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB352

Black with #DAB352

Text Example


Text Example

White with #DAB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB352; }

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

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

background-color css

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

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

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

border-color css

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

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

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