Html Css Color HEX #DFB345 Tulip Tree

📋 copy color: '#DFB345'

red 223 ◦ green 179 ◦ blue 69

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

Shades of Tulip Tree #DFB345

Tints of Tulip Tree #DFB345

RGB

 RED value IS 223 (87.5% from 255) = 47.35%

 GREEN value IS 179 (70.31% from 255) = 38%

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 47.35%
G = 38%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFB345 (or 0xDFB345) is known color: Tulip Tree. HEX triplet: DF, B3 and 45. RGB value is (223,179,69). Sum of RGB (Red+Green+Blue) = 223+179+69=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB345 is #204CBA. Grayscale: #B4B4B4. Windows color (decimal): -2116795 or 4568031. OLE color: 4568031.

HSL color Cylindrical-coordinate representation of color #DFB345: hue angle of 42.86º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFB345 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 69 -
CMYK 0 0.20 0.69 0.13
HSL 42.86º 0.71% 0.57% -
HSV(B) 42.86º 0.69% 0.87% -
XYZ 47.63 48.36 12.45 -
YUV 179.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 223 179 69 0 0.20 0.69 0.13 42.86 0.71 0.57
Hex DF B3 45 0 14 45 D 2B 47 39
Octal 337 263 105 0 24 105 15 53 107 71
Binary 11011111 10110011 1000101 0 10100 1000101 1101 101011 1000111 111001

Color Harmonies of #DFB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB345

Black with #DFB345

Text Example


Text Example

White with #DFB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB345; }

 p { color: rgb(223,179,69); }

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

background-color css

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

 a { background-color: rgb(223,179,69); }

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

border-color css

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

 span { border-color: rgb(223,179,69); }

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