Html Css Color HEX #D8AF4B Rob Roy

📋 copy color: '#D8AF4B'

red 216 ◦ green 175 ◦ blue 75

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

Shades of Rob Roy #D8AF4B

Tints of Rob Roy #D8AF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.55%

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

R = 46.35%
G = 37.55%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8AF4B (or 0xD8AF4B) is known color: Rob Roy. HEX triplet: D8, AF and 4B. RGB value is (216,175,75). Sum of RGB (Red+Green+Blue) = 216+175+75=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF4B is #2750B4. Grayscale: #B0B0B0. Windows color (decimal): -2576565 or 4960216. OLE color: 4960216.

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

Color convert

RGB 216 175 75 -
CMYK 0 0.19 0.65 0.15
HSL 42.55º 0.64% 0.57% -
HSV(B) 42.55º 0.65% 0.85% -
XYZ 44.92 45.77 13.12 -
YUV 175.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 216 175 75 0 0.19 0.65 0.15 42.55 0.64 0.57
Hex D8 AF 4B 0 13 41 F 2B 40 39
Octal 330 257 113 0 23 101 17 53 100 71
Binary 11011000 10101111 1001011 0 10011 1000001 1111 101011 1000000 111001

Color Harmonies of #D8AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF4B

Black with #D8AF4B

Text Example


Text Example

White with #D8AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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