Html Css Color HEX #D3B24F Rob Roy

📋 copy color: '#D3B24F'

red 211 ◦ green 178 ◦ blue 79

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

Shades of Rob Roy #D3B24F

Tints of Rob Roy #D3B24F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

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

R = 45.09%
G = 38.03%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3B24F (or 0xD3B24F) is known color: Rob Roy. HEX triplet: D3, B2 and 4F. RGB value is (211,178,79). Sum of RGB (Red+Green+Blue) = 211+178+79=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B24F is #2C4DB0. Grayscale: #B1B1B1. Windows color (decimal): -2903473 or 5223123. OLE color: 5223123.

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

Color convert

RGB 211 178 79 -
CMYK 0 0.16 0.63 0.17
HSL 45º 0.6% 0.57% -
HSV(B) 45º 0.63% 0.83% -
XYZ 44.2 46.25 14 -
YUV 176.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 211 178 79 0 0.16 0.63 0.17 45 0.6 0.57
Hex D3 B2 4F 0 10 3F 11 2D 3C 39
Octal 323 262 117 0 20 77 21 55 74 71
Binary 11010011 10110010 1001111 0 10000 111111 10001 101101 111100 111001

Color Harmonies of #D3B24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B24F

Black with #D3B24F

Text Example


Text Example

White with #D3B24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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