Html Css Color HEX #DFCD3C Wattle

📋 copy color: '#DFCD3C'

red 223 ◦ green 205 ◦ blue 60

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

Shades of Wattle #DFCD3C

Tints of Wattle #DFCD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.3%

R = 45.7%
G = 42.01%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFCD3C (or 0xDFCD3C) is known color: Wattle. HEX triplet: DF, CD and 3C. RGB value is (223,205,60). Sum of RGB (Red+Green+Blue) = 223+205+60=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD3C is #2032C3. Grayscale: #C2C2C2. Windows color (decimal): -2110148 or 3984863. OLE color: 3984863.

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

Color convert

RGB 223 205 60 -
CMYK 0 0.08 0.73 0.13
HSL 53.37º 0.72% 0.55% -
HSV(B) 53.37º 0.73% 0.87% -
XYZ 53.08 59.68 13 -
YUV 193.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 223 205 60 0 0.08 0.73 0.13 53.37 0.72 0.55
Hex DF CD 3C 0 8 49 D 35 48 37
Octal 337 315 74 0 10 111 15 65 110 67
Binary 11011111 11001101 111100 0 1000 1001001 1101 110101 1001000 110111

Color Harmonies of #DFCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD3C

Black with #DFCD3C

Text Example


Text Example

White with #DFCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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