#DFCB38

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

Shades of Wattle #DFCB38

Tints of Wattle #DFCB38

Color information

#DFCB38 (or 0xDFCB38) is unknown color: approx Wattle. HEX triplet: DF, CB and 38. RGB value is (223,203,56). Sum of RGB (Red+Green+Blue) = 223+203+56=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 56 (22.27% from 255 or 11.62% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB38 is #2034C7. Grayscale: #C0C0C0. Windows color (decimal): -2110664 or 3722207. OLE color: 3722207.

HSL color Cylindrical-coordinate representation of color #DFCB38: hue angle of 52.81º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFCB38 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22320356-
CMYK00.090.750.13
HSL52.81º72.29%54.71%-
HSV(B)52.81º74.89%87.45%-
XYZ52.558.6912.3-
YUV192.2251.13149.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 56 (22.27% from 255) = 11.62%
R=46.27%
G=42.12%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232035600.090.750.1352.8172.2954.71
HexDFCB38094BD354837
Octal33731370011113156511067
Binary110111111100101111100001001100101111011101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB38; }

 p { color: rgb(223,203,56); }

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

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

 a { background-color: rgb(223,203,56); }

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

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

 span { border-color: rgb(223,203,56); }

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