Html Css Color HEX #DFC235 Wattle

📋 copy color: '#DFC235'

red 223 ◦ green 194 ◦ blue 53

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

Shades of Wattle #DFC235

Tints of Wattle #DFC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

 BLUE value IS 53 (21.09% from 255) = 11.28%

R = 47.45%
G = 41.28%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DFC235 (or 0xDFC235) is known color: Wattle. HEX triplet: DF, C2 and 35. RGB value is (223,194,53). Sum of RGB (Red+Green+Blue) = 223+194+53=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC235 is #203DCA. Grayscale: #BBBBBB. Windows color (decimal): -2112971 or 3523295. OLE color: 3523295.

HSL color Cylindrical-coordinate representation of color #DFC235: hue angle of 49.76º degrees, saturation: 0.73, 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 #DFC235 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 53 -
CMYK 0 0.13 0.76 0.13
HSL 49.76º 0.73% 0.54% -
HSV(B) 49.76º 0.76% 0.87% -
XYZ 50.37 54.53 11.24 -
YUV 186.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 223 194 53 0 0.13 0.76 0.13 49.76 0.73 0.54
Hex DF C2 35 0 D 4C D 32 49 36
Octal 337 302 65 0 15 114 15 62 111 66
Binary 11011111 11000010 110101 0 1101 1001100 1101 110010 1001001 110110

Color Harmonies of #DFC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC235

Black with #DFC235

Text Example


Text Example

White with #DFC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC235; }

 p { color: rgb(223,194,53); }

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

background-color css

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

 a { background-color: rgb(223,194,53); }

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

border-color css

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

 span { border-color: rgb(223,194,53); }

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