Html Css Color HEX #DFCA3C Wattle

📋 copy color: '#DFCA3C'

red 223 ◦ green 202 ◦ blue 60

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

Shades of Wattle #DFCA3C

Tints of Wattle #DFCA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

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

R = 45.98%
G = 41.65%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFCA3C (or 0xDFCA3C) is known color: Wattle. HEX triplet: DF, CA and 3C. RGB value is (223,202,60). Sum of RGB (Red+Green+Blue) = 223+202+60=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA3C is #2035C3. Grayscale: #C0C0C0. Windows color (decimal): -2110916 or 3984095. OLE color: 3984095.

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

Color convert

RGB 223 202 60 -
CMYK 0 0.09 0.73 0.13
HSL 52.27º 0.72% 0.55% -
HSV(B) 52.27º 0.73% 0.87% -
XYZ 52.37 58.26 12.76 -
YUV 192.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 223 202 60 0 0.09 0.73 0.13 52.27 0.72 0.55
Hex DF CA 3C 0 9 49 D 34 48 37
Octal 337 312 74 0 11 111 15 64 110 67
Binary 11011111 11001010 111100 0 1001 1001001 1101 110100 1001000 110111

Color Harmonies of #DFCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA3C

Black with #DFCA3C

Text Example


Text Example

White with #DFCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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