Html Css Color HEX #D8AB4B Rob Roy

📋 copy color: '#D8AB4B'

red 216 ◦ green 171 ◦ blue 75

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

Shades of Rob Roy #D8AB4B

Tints of Rob Roy #D8AB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

 BLUE value IS 75 (29.69% from 255) = 16.23%

R = 46.75%
G = 37.01%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8AB4B (or 0xD8AB4B) is known color: Rob Roy. HEX triplet: D8, AB and 4B. RGB value is (216,171,75). Sum of RGB (Red+Green+Blue) = 216+171+75=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB4B is #2754B4. Grayscale: #ADADAD. Windows color (decimal): -2577589 or 4959192. OLE color: 4959192.

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

Color convert

RGB 216 171 75 -
CMYK 0 0.21 0.65 0.15
HSL 40.85º 0.64% 0.57% -
HSV(B) 40.85º 0.65% 0.85% -
XYZ 44.15 44.23 12.87 -
YUV 173.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 216 171 75 0 0.21 0.65 0.15 40.85 0.64 0.57
Hex D8 AB 4B 0 15 41 F 29 40 39
Octal 330 253 113 0 25 101 17 51 100 71
Binary 11011000 10101011 1001011 0 10101 1000001 1111 101001 1000000 111001

Color Harmonies of #D8AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB4B

Black with #D8AB4B

Text Example


Text Example

White with #D8AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB4B; }

 p { color: rgb(216,171,75); }

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

background-color css

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

 a { background-color: rgb(216,171,75); }

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

border-color css

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

 span { border-color: rgb(216,171,75); }

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