Html Css Color HEX #D5B14B Rob Roy

📋 copy color: '#D5B14B'

red 213 ◦ green 177 ◦ blue 75

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

Shades of Rob Roy #D5B14B

Tints of Rob Roy #D5B14B

RGB

 RED value IS 213 (83.59% from 255) = 45.81%

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

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

R = 45.81%
G = 38.06%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5B14B (or 0xD5B14B) is known color: Rob Roy. HEX triplet: D5, B1 and 4B. RGB value is (213,177,75). Sum of RGB (Red+Green+Blue) = 213+177+75=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B14B is #2A4EB4. Grayscale: #B0B0B0. Windows color (decimal): -2772661 or 4960725. OLE color: 4960725.

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

Color convert

RGB 213 177 75 -
CMYK 0 0.17 0.65 0.16
HSL 44.35º 0.62% 0.56% -
HSV(B) 44.35º 0.65% 0.84% -
XYZ 44.43 46.1 13.21 -
YUV 176.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 213 177 75 0 0.17 0.65 0.16 44.35 0.62 0.56
Hex D5 B1 4B 0 11 41 10 2C 3E 38
Octal 325 261 113 0 21 101 20 54 76 70
Binary 11010101 10110001 1001011 0 10001 1000001 10000 101100 111110 111000

Color Harmonies of #D5B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B14B

Black with #D5B14B

Text Example


Text Example

White with #D5B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B14B; }

 p { color: rgb(213,177,75); }

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

background-color css

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

 a { background-color: rgb(213,177,75); }

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

border-color css

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

 span { border-color: rgb(213,177,75); }

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