#DDBF34

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

Shades of Wattle #DDBF34

Tints of Wattle #DDBF34

Color information

#DDBF34 (or 0xDDBF34) is unknown color: approx Wattle. HEX triplet: DD, BF and 34. RGB value is (221,191,52). Sum of RGB (Red+Green+Blue) = 221+191+52=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF34 is #2240CB. Grayscale: #B8B8B8. Windows color (decimal): -2244812 or 3456989. OLE color: 3456989.

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

Color convert

RGB22119152-
CMYK00.140.760.13
HSL49.35º71.31%53.53%-
HSV(B)49.35º76.47%86.67%-
XYZ49.0752.8810.87-
YUV184.1253.44154.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 52 (20.70% from 255) = 11.21%
R=47.63%
G=41.16%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211915200.140.760.1349.3571.3153.53
HexDDBF340E4CD314736
Octal33527764016114156110766
Binary110111011011111111010001110100110011011100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF34; }

 p { color: rgb(221,191,52); }

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

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

 a { background-color: rgb(221,191,52); }

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

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

 span { border-color: rgb(221,191,52); }

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