Html Css Color HEX #D7B54B Rob Roy

📋 copy color: '#D7B54B'

red 215 ◦ green 181 ◦ blue 75

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

Shades of Rob Roy #D7B54B

Tints of Rob Roy #D7B54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

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

R = 45.65%
G = 38.43%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7B54B (or 0xD7B54B) is known color: Rob Roy. HEX triplet: D7, B5 and 4B. RGB value is (215,181,75). Sum of RGB (Red+Green+Blue) = 215+181+75=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B54B is #284AB4. Grayscale: #B3B3B3. Windows color (decimal): -2640565 or 4961751. OLE color: 4961751.

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

Color convert

RGB 215 181 75 -
CMYK 0 0.16 0.65 0.16
HSL 45.43º 0.64% 0.57% -
HSV(B) 45.43º 0.65% 0.84% -
XYZ 45.82 48 13.51 -
YUV 179.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 215 181 75 0 0.16 0.65 0.16 45.43 0.64 0.57
Hex D7 B5 4B 0 10 41 10 2D 40 39
Octal 327 265 113 0 20 101 20 55 100 71
Binary 11010111 10110101 1001011 0 10000 1000001 10000 101101 1000000 111001

Color Harmonies of #D7B54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B54B

Black with #D7B54B

Text Example


Text Example

White with #D7B54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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