Html Css Color HEX #D9AF4F Rob Roy

📋 copy color: '#D9AF4F'

red 217 ◦ green 175 ◦ blue 79

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

Shades of Rob Roy #D9AF4F

Tints of Rob Roy #D9AF4F

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

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

 BLUE value IS 79 (31.25% from 255) = 16.77%

R = 46.07%
G = 37.15%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9AF4F (or 0xD9AF4F) is known color: Rob Roy. HEX triplet: D9, AF and 4F. RGB value is (217,175,79). Sum of RGB (Red+Green+Blue) = 217+175+79=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF4F is #2650B0. Grayscale: #B1B1B1. Windows color (decimal): -2511025 or 5222361. OLE color: 5222361.

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

Color convert

RGB 217 175 79 -
CMYK 0 0.19 0.64 0.15
HSL 41.74º 0.64% 0.58% -
HSV(B) 41.74º 0.64% 0.85% -
XYZ 45.36 45.98 13.88 -
YUV 176.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 217 175 79 0 0.19 0.64 0.15 41.74 0.64 0.58
Hex D9 AF 4F 0 13 40 F 2A 40 3A
Octal 331 257 117 0 23 100 17 52 100 72
Binary 11011001 10101111 1001111 0 10011 1000000 1111 101010 1000000 111010

Color Harmonies of #D9AF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF4F

Black with #D9AF4F

Text Example


Text Example

White with #D9AF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF4F; }

 p { color: rgb(217,175,79); }

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

background-color css

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

 a { background-color: rgb(217,175,79); }

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

border-color css

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

 span { border-color: rgb(217,175,79); }

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