Html Css Color HEX #D9B74B Rob Roy

📋 copy color: '#D9B74B'

red 217 ◦ green 183 ◦ blue 75

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

Shades of Rob Roy #D9B74B

Tints of Rob Roy #D9B74B

RGB

 RED value IS 217 (85.16% from 255) = 45.68%

 GREEN value IS 183 (71.88% from 255) = 38.53%

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

R = 45.68%
G = 38.53%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9B74B (or 0xD9B74B) is known color: Rob Roy. HEX triplet: D9, B7 and 4B. RGB value is (217,183,75). Sum of RGB (Red+Green+Blue) = 217+183+75=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B74B is #2648B4. Grayscale: #B5B5B5. Windows color (decimal): -2508981 or 4962265. OLE color: 4962265.

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

Color convert

RGB 217 183 75 -
CMYK 0 0.16 0.65 0.15
HSL 45.63º 0.65% 0.57% -
HSV(B) 45.63º 0.65% 0.85% -
XYZ 46.82 49.13 13.67 -
YUV 180.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 217 183 75 0 0.16 0.65 0.15 45.63 0.65 0.57
Hex D9 B7 4B 0 10 41 F 2E 41 39
Octal 331 267 113 0 20 101 17 56 101 71
Binary 11011001 10110111 1001011 0 10000 1000001 1111 101110 1000001 111001

Color Harmonies of #D9B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B74B

Black with #D9B74B

Text Example


Text Example

White with #D9B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B74B; }

 p { color: rgb(217,183,75); }

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

background-color css

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

 a { background-color: rgb(217,183,75); }

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

border-color css

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

 span { border-color: rgb(217,183,75); }

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