Html Css Color HEX #D3B44F Rob Roy

📋 copy color: '#D3B44F'

red 211 ◦ green 180 ◦ blue 79

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

Shades of Rob Roy #D3B44F

Tints of Rob Roy #D3B44F

RGB

 RED value IS 211 (82.81% from 255) = 44.89%

 GREEN value IS 180 (70.7% from 255) = 38.3%

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 44.89%
G = 38.3%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3B44F (or 0xD3B44F) is known color: Rob Roy. HEX triplet: D3, B4 and 4F. RGB value is (211,180,79). Sum of RGB (Red+Green+Blue) = 211+180+79=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B44F is #2C4BB0. Grayscale: #B2B2B2. Windows color (decimal): -2902961 or 5223635. OLE color: 5223635.

HSL color Cylindrical-coordinate representation of color #D3B44F: hue angle of 45.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3B44F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 180 79 -
CMYK 0 0.15 0.63 0.17
HSL 45.91º 0.6% 0.57% -
HSV(B) 45.91º 0.63% 0.83% -
XYZ 44.6 47.06 14.13 -
YUV 177.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 211 180 79 0 0.15 0.63 0.17 45.91 0.6 0.57
Hex D3 B4 4F 0 F 3F 11 2E 3C 39
Octal 323 264 117 0 17 77 21 56 74 71
Binary 11010011 10110100 1001111 0 1111 111111 10001 101110 111100 111001

Color Harmonies of #D3B44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B44F

Black with #D3B44F

Text Example


Text Example

White with #D3B44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B44F; }

 p { color: rgb(211,180,79); }

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

background-color css

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

 a { background-color: rgb(211,180,79); }

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

border-color css

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

 span { border-color: rgb(211,180,79); }

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