Html Css Color HEX #D7B148 Rob Roy

📋 copy color: '#D7B148'

red 215 ◦ green 177 ◦ blue 72

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

Shades of Rob Roy #D7B148

Tints of Rob Roy #D7B148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.15%

 BLUE value IS 72 (28.52% from 255) = 15.52%

R = 46.34%
G = 38.15%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D7B148 (or 0xD7B148) is known color: Rob Roy. HEX triplet: D7, B1 and 48. RGB value is (215,177,72). Sum of RGB (Red+Green+Blue) = 215+177+72=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B148 is #284EB7. Grayscale: #B0B0B0. Windows color (decimal): -2641592 or 4764119. OLE color: 4764119.

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

Color convert

RGB 215 177 72 -
CMYK 0 0.18 0.67 0.16
HSL 44.06º 0.64% 0.56% -
HSV(B) 44.06º 0.67% 0.84% -
XYZ 44.92 46.36 12.71 -
YUV 176.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 215 177 72 0 0.18 0.67 0.16 44.06 0.64 0.56
Hex D7 B1 48 0 12 43 10 2C 40 38
Octal 327 261 110 0 22 103 20 54 100 70
Binary 11010111 10110001 1001000 0 10010 1000011 10000 101100 1000000 111000

Color Harmonies of #D7B148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B148

Black with #D7B148

Text Example


Text Example

White with #D7B148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B148; }

 p { color: rgb(215,177,72); }

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

background-color css

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

 a { background-color: rgb(215,177,72); }

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

border-color css

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

 span { border-color: rgb(215,177,72); }

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