Html Css Color HEX #D7B64B Rob Roy

📋 copy color: '#D7B64B'

red 215 ◦ green 182 ◦ blue 75

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

Shades of Rob Roy #D7B64B

Tints of Rob Roy #D7B64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.56%

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

R = 45.55%
G = 38.56%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7B64B (or 0xD7B64B) is known color: Rob Roy. HEX triplet: D7, B6 and 4B. RGB value is (215,182,75). Sum of RGB (Red+Green+Blue) = 215+182+75=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B64B is #2849B4. Grayscale: #B4B4B4. Windows color (decimal): -2640309 or 4962007. OLE color: 4962007.

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

Color convert

RGB 215 182 75 -
CMYK 0 0.15 0.65 0.16
HSL 45.86º 0.64% 0.57% -
HSV(B) 45.86º 0.65% 0.84% -
XYZ 46.02 48.41 13.58 -
YUV 179.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 215 182 75 0 0.15 0.65 0.16 45.86 0.64 0.57
Hex D7 B6 4B 0 F 41 10 2E 40 39
Octal 327 266 113 0 17 101 20 56 100 71
Binary 11010111 10110110 1001011 0 1111 1000001 10000 101110 1000000 111001

Color Harmonies of #D7B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B64B

Black with #D7B64B

Text Example


Text Example

White with #D7B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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