Html Css Color HEX #DAB253 Rob Roy

📋 copy color: '#DAB253'

red 218 ◦ green 178 ◦ blue 83

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

Shades of Rob Roy #DAB253

Tints of Rob Roy #DAB253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.33%

R = 45.51%
G = 37.16%
B = 17.33%

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

#DAB253 (or 0xDAB253) is known color: Rob Roy. HEX triplet: DA, B2 and 53. RGB value is (218,178,83). Sum of RGB (Red+Green+Blue) = 218+178+83=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB253 is #254DAC. Grayscale: #B3B3B3. Windows color (decimal): -2444717 or 5485274. OLE color: 5485274.

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

Color convert

RGB 218 178 83 -
CMYK 0 0.18 0.62 0.15
HSL 42.22º 0.65% 0.59% -
HSV(B) 42.22º 0.62% 0.85% -
XYZ 46.4 47.37 14.88 -
YUV 179.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 218 178 83 0 0.18 0.62 0.15 42.22 0.65 0.59
Hex DA B2 53 0 12 3E F 2A 41 3B
Octal 332 262 123 0 22 76 17 52 101 73
Binary 11011010 10110010 1010011 0 10010 111110 1111 101010 1000001 111011

Color Harmonies of #DAB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB253

Black with #DAB253

Text Example


Text Example

White with #DAB253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB253; }

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

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

background-color css

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

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

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

border-color css

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

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

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