Html Css Color HEX #DFC03A Wattle

📋 copy color: '#DFC03A'

red 223 ◦ green 192 ◦ blue 58

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

Shades of Wattle #DFC03A

Tints of Wattle #DFC03A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 58 (23.05% from 255) = 12.26%

R = 47.15%
G = 40.59%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFC03A (or 0xDFC03A) is known color: Wattle. HEX triplet: DF, C0 and 3A. RGB value is (223,192,58). Sum of RGB (Red+Green+Blue) = 223+192+58=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC03A is #203FC5. Grayscale: #BABABA. Windows color (decimal): -2113478 or 3850463. OLE color: 3850463.

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

Color convert

RGB 223 192 58 -
CMYK 0 0.14 0.74 0.13
HSL 48.73º 0.72% 0.55% -
HSV(B) 48.73º 0.74% 0.87% -
XYZ 50.04 53.69 11.73 -
YUV 185.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 223 192 58 0 0.14 0.74 0.13 48.73 0.72 0.55
Hex DF C0 3A 0 E 4A D 31 48 37
Octal 337 300 72 0 16 112 15 61 110 67
Binary 11011111 11000000 111010 0 1110 1001010 1101 110001 1001000 110111

Color Harmonies of #DFC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC03A

Black with #DFC03A

Text Example


Text Example

White with #DFC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC03A; }

 p { color: rgb(223,192,58); }

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

background-color css

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

 a { background-color: rgb(223,192,58); }

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

border-color css

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

 span { border-color: rgb(223,192,58); }

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