Html Css Color HEX #D8A953 Rob Roy

📋 copy color: '#D8A953'

red 216 ◦ green 169 ◦ blue 83

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

Shades of Rob Roy #D8A953

Tints of Rob Roy #D8A953

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.11%

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

R = 46.15%
G = 36.11%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8A953 (or 0xD8A953) is known color: Rob Roy. HEX triplet: D8, A9 and 53. RGB value is (216,169,83). Sum of RGB (Red+Green+Blue) = 216+169+83=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A953 is #2756AC. Grayscale: #ADADAD. Windows color (decimal): -2578093 or 5482968. OLE color: 5482968.

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

Color convert

RGB 216 169 83 -
CMYK 0 0.22 0.62 0.15
HSL 38.8º 0.63% 0.59% -
HSV(B) 38.8º 0.62% 0.85% -
XYZ 44.07 43.6 14.28 -
YUV 173.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 216 169 83 0 0.22 0.62 0.15 38.8 0.63 0.59
Hex D8 A9 53 0 16 3E F 27 3F 3B
Octal 330 251 123 0 26 76 17 47 77 73
Binary 11011000 10101001 1010011 0 10110 111110 1111 100111 111111 111011

Color Harmonies of #D8A953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A953

Black with #D8A953

Text Example


Text Example

White with #D8A953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A953; }

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

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

background-color css

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

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

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

border-color css

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

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

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