#D69F4B

Color #D69F4B Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #D69F4B

Tints of Fire Bush #D69F4B

Color information

#D69F4B (or 0xD69F4B) is unknown color: approx Fire Bush. HEX triplet: D6, 9F and 4B. RGB value is (214,159,75). Sum of RGB (Red+Green+Blue) = 214+159+75=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F4B is #2960B4. Grayscale: #A6A6A6. Windows color (decimal): -2711733 or 4956118. OLE color: 4956118.

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

Color convert

RGB21415975-
CMYK00.260.650.16
HSL36.26º62.9%56.67%-
HSV(B)36.26º64.95%83.92%-
XYZ41.439.612.12-
YUV165.8776.72162.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=47.77%
G=35.49%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141597500.260.650.1636.2662.956.67
HexD69F4B01A4110243f39
Octal32623711303210120447771
Binary11010110100111111001011011010100000110000100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F4B; }

 p { color: rgb(214,159,75); }

 H1.HeaderClassName
 {
   color: #D69F4B;
 }
 .AnyTagClassName
 {
   color: #D69F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(214,159,75); }

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

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

 span { border-color: rgb(214,159,75); }

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