Html Css Color HEX #DFCD32 Wattle

📋 copy color: '#DFCD32'

red 223 ◦ green 205 ◦ blue 50

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

Shades of Wattle #DFCD32

Tints of Wattle #DFCD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

 BLUE value IS 50 (19.92% from 255) = 10.46%

R = 46.65%
G = 42.89%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFCD32 (or 0xDFCD32) is known color: Wattle. HEX triplet: DF, CD and 32. RGB value is (223,205,50). Sum of RGB (Red+Green+Blue) = 223+205+50=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD32 is #2032CD. Grayscale: #C1C1C1. Windows color (decimal): -2110158 or 3329503. OLE color: 3329503.

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

Color convert

RGB 223 205 50 -
CMYK 0 0.08 0.78 0.13
HSL 53.76º 0.73% 0.54% -
HSV(B) 53.76º 0.78% 0.87% -
XYZ 52.84 59.58 11.73 -
YUV 192.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 223 205 50 0 0.08 0.78 0.13 53.76 0.73 0.54
Hex DF CD 32 0 8 4E D 36 49 36
Octal 337 315 62 0 10 116 15 66 111 66
Binary 11011111 11001101 110010 0 1000 1001110 1101 110110 1001001 110110

Color Harmonies of #DFCD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD32

Black with #DFCD32

Text Example


Text Example

White with #DFCD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD32; }

 p { color: rgb(223,205,50); }

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

background-color css

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

 a { background-color: rgb(223,205,50); }

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

border-color css

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

 span { border-color: rgb(223,205,50); }

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