Html Css Color HEX #D59B4B Fire Bush

📋 copy color: '#D59B4B'

red 213 ◦ green 155 ◦ blue 75

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

Shades of Fire Bush #D59B4B

Tints of Fire Bush #D59B4B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.99%

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

R = 48.08%
G = 34.99%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D59B4B (or 0xD59B4B) is known color: Fire Bush. HEX triplet: D5, 9B and 4B. RGB value is (213,155,75). Sum of RGB (Red+Green+Blue) = 213+155+75=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B4B is #2A64B4. Grayscale: #A3A3A3. Windows color (decimal): -2778293 or 4955093. OLE color: 4955093.

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

Color convert

RGB 213 155 75 -
CMYK 0 0.27 0.65 0.16
HSL 34.78º 0.62% 0.56% -
HSV(B) 34.78º 0.65% 0.84% -
XYZ 40.43 38.1 11.88 -
YUV 163.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 213 155 75 0 0.27 0.65 0.16 34.78 0.62 0.56
Hex D5 9B 4B 0 1B 41 10 23 3E 38
Octal 325 233 113 0 33 101 20 43 76 70
Binary 11010101 10011011 1001011 0 11011 1000001 10000 100011 111110 111000

Color Harmonies of #D59B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B4B

Black with #D59B4B

Text Example


Text Example

White with #D59B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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