Html Css Color HEX #D29E4C Fire Bush

📋 copy color: '#D29E4C'

red 210 ◦ green 158 ◦ blue 76

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

Shades of Fire Bush #D29E4C

Tints of Fire Bush #D29E4C

RGB

 RED value IS 210 (82.42% from 255) = 47.3%

 GREEN value IS 158 (62.11% from 255) = 35.59%

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 47.3%
G = 35.59%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D29E4C (or 0xD29E4C) is known color: Fire Bush. HEX triplet: D2, 9E and 4C. RGB value is (210,158,76). Sum of RGB (Red+Green+Blue) = 210+158+76=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E4C is #2D61B3. Grayscale: #A4A4A4. Windows color (decimal): -2974132 or 5021394. OLE color: 5021394.

HSL color Cylindrical-coordinate representation of color #D29E4C: hue angle of 36.72º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D29E4C is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 76 -
CMYK 0 0.25 0.64 0.18
HSL 36.72º 0.6% 0.56% -
HSV(B) 36.72º 0.64% 0.82% -
XYZ 40.11 38.68 12.19 -
YUV 164.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 210 158 76 0 0.25 0.64 0.18 36.72 0.6 0.56
Hex D2 9E 4C 0 19 40 12 25 3C 38
Octal 322 236 114 0 31 100 22 45 74 70
Binary 11010010 10011110 1001100 0 11001 1000000 10010 100101 111100 111000

Color Harmonies of #D29E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E4C

Black with #D29E4C

Text Example


Text Example

White with #D29E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E4C; }

 p { color: rgb(210,158,76); }

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

background-color css

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

 a { background-color: rgb(210,158,76); }

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

border-color css

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

 span { border-color: rgb(210,158,76); }

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