Html Css Color HEX #D7A44B Rob Roy

📋 copy color: '#D7A44B'

red 215 ◦ green 164 ◦ blue 75

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

Shades of Rob Roy #D7A44B

Tints of Rob Roy #D7A44B

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

 GREEN value IS 164 (64.45% from 255) = 36.12%

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

R = 47.36%
G = 36.12%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7A44B (or 0xD7A44B) is known color: Rob Roy. HEX triplet: D7, A4 and 4B. RGB value is (215,164,75). Sum of RGB (Red+Green+Blue) = 215+164+75=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A44B is #285BB4. Grayscale: #A9A9A9. Windows color (decimal): -2644917 or 4957399. OLE color: 4957399.

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

Color convert

RGB 215 164 75 -
CMYK 0 0.24 0.65 0.16
HSL 38.14º 0.64% 0.57% -
HSV(B) 38.14º 0.65% 0.84% -
XYZ 42.57 41.51 12.42 -
YUV 169.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 215 164 75 0 0.24 0.65 0.16 38.14 0.64 0.57
Hex D7 A4 4B 0 18 41 10 26 40 39
Octal 327 244 113 0 30 101 20 46 100 71
Binary 11010111 10100100 1001011 0 11000 1000001 10000 100110 1000000 111001

Color Harmonies of #D7A44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A44B

Black with #D7A44B

Text Example


Text Example

White with #D7A44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A44B; }

 p { color: rgb(215,164,75); }

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

background-color css

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

 a { background-color: rgb(215,164,75); }

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

border-color css

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

 span { border-color: rgb(215,164,75); }

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