Html Css Color HEX #DFCC2E Wattle

📋 copy color: '#DFCC2E'

red 223 ◦ green 204 ◦ blue 46

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

Shades of Wattle #DFCC2E

Tints of Wattle #DFCC2E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.13%

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 47.15%
G = 43.13%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFCC2E (or 0xDFCC2E) is known color: Wattle. HEX triplet: DF, CC and 2E. RGB value is (223,204,46). Sum of RGB (Red+Green+Blue) = 223+204+46=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC2E is #2033D1. Grayscale: #C0C0C0. Windows color (decimal): -2110418 or 3067103. OLE color: 3067103.

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

Color convert

RGB 223 204 46 -
CMYK 0 0.09 0.79 0.13
HSL 53.56º 0.73% 0.53% -
HSV(B) 53.56º 0.79% 0.87% -
XYZ 52.52 59.07 11.22 -
YUV 191.67 45.79 150.35 -
System Red Green Blue C M Y K H S L
Decimal 223 204 46 0 0.09 0.79 0.13 53.56 0.73 0.53
Hex DF CC 2E 0 9 4F D 36 49 35
Octal 337 314 56 0 11 117 15 66 111 65
Binary 11011111 11001100 101110 0 1001 1001111 1101 110110 1001001 110101

Color Harmonies of #DFCC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC2E

Black with #DFCC2E

Text Example


Text Example

White with #DFCC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC2E; }

 p { color: rgb(223,204,46); }

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

background-color css

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

 a { background-color: rgb(223,204,46); }

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

border-color css

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

 span { border-color: rgb(223,204,46); }

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