Html Css Color HEX #D8A34D Rob Roy

📋 copy color: '#D8A34D'

red 216 ◦ green 163 ◦ blue 77

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

Shades of Rob Roy #D8A34D

Tints of Rob Roy #D8A34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

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

R = 47.37%
G = 35.75%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8A34D (or 0xD8A34D) is known color: Rob Roy. HEX triplet: D8, A3 and 4D. RGB value is (216,163,77). Sum of RGB (Red+Green+Blue) = 216+163+77=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A34D is #275CB2. Grayscale: #A9A9A9. Windows color (decimal): -2579635 or 5088216. OLE color: 5088216.

HSL color Cylindrical-coordinate representation of color #D8A34D: hue angle of 37.12º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8A34D is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 77 -
CMYK 0 0.25 0.64 0.15
HSL 37.12º 0.64% 0.57% -
HSV(B) 37.12º 0.64% 0.85% -
XYZ 42.76 41.33 12.75 -
YUV 169.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 216 163 77 0 0.25 0.64 0.15 37.12 0.64 0.57
Hex D8 A3 4D 0 19 40 F 25 40 39
Octal 330 243 115 0 31 100 17 45 100 71
Binary 11011000 10100011 1001101 0 11001 1000000 1111 100101 1000000 111001

Color Harmonies of #D8A34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A34D

Black with #D8A34D

Text Example


Text Example

White with #D8A34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A34D; }

 p { color: rgb(216,163,77); }

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

background-color css

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

 a { background-color: rgb(216,163,77); }

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

border-color css

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

 span { border-color: rgb(216,163,77); }

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