Html Css Color HEX #D8A253 Rob Roy

📋 copy color: '#D8A253'

red 216 ◦ green 162 ◦ blue 83

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

Shades of Rob Roy #D8A253

Tints of Rob Roy #D8A253

RGB

 RED value IS 216 (84.77% from 255) = 46.85%

 GREEN value IS 162 (63.67% from 255) = 35.14%

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

R = 46.85%
G = 35.14%
B = 18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8A253 (or 0xD8A253) is known color: Rob Roy. HEX triplet: D8, A2 and 53. RGB value is (216,162,83). Sum of RGB (Red+Green+Blue) = 216+162+83=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A253 is #275DAC. Grayscale: #A9A9A9. Windows color (decimal): -2579885 or 5481176. OLE color: 5481176.

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

Color convert

RGB 216 162 83 -
CMYK 0 0.25 0.62 0.15
HSL 35.64º 0.63% 0.59% -
HSV(B) 35.64º 0.62% 0.85% -
XYZ 42.8 41.06 13.85 -
YUV 169.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 216 162 83 0 0.25 0.62 0.15 35.64 0.63 0.59
Hex D8 A2 53 0 19 3E F 24 3F 3B
Octal 330 242 123 0 31 76 17 44 77 73
Binary 11011000 10100010 1010011 0 11001 111110 1111 100100 111111 111011

Color Harmonies of #D8A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A253

Black with #D8A253

Text Example


Text Example

White with #D8A253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A253; }

 p { color: rgb(216,162,83); }

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

background-color css

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

 a { background-color: rgb(216,162,83); }

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

border-color css

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

 span { border-color: rgb(216,162,83); }

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