Html Css Color HEX #DCD440 Wattle

📋 copy color: '#DCD440'

red 220 ◦ green 212 ◦ blue 64

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

Shades of Wattle #DCD440

Tints of Wattle #DCD440

RGB

 RED value IS 220 (86.33% from 255) = 44.35%

 GREEN value IS 212 (83.2% from 255) = 42.74%

 BLUE value IS 64 (25.39% from 255) = 12.9%

R = 44.35%
G = 42.74%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD440 (or 0xDCD440) is known color: Wattle. HEX triplet: DC, D4 and 40. RGB value is (220,212,64). Sum of RGB (Red+Green+Blue) = 220+212+64=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD440 is #232BBF. Grayscale: #C6C6C6. Windows color (decimal): -2304960 or 4248796. OLE color: 4248796.

HSL color Cylindrical-coordinate representation of color #DCD440: hue angle of 56.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCD440 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 64 -
CMYK 0 0.04 0.71 0.14
HSL 56.92º 0.69% 0.56% -
HSV(B) 56.92º 0.71% 0.86% -
XYZ 53.98 62.67 14.1 -
YUV 197.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 220 212 64 0 0.04 0.71 0.14 56.92 0.69 0.56
Hex DC D4 40 0 4 47 E 39 45 38
Octal 334 324 100 0 4 107 16 71 105 70
Binary 11011100 11010100 1000000 0 100 1000111 1110 111001 1000101 111000

Color Harmonies of #DCD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD440

Black with #DCD440

Text Example


Text Example

White with #DCD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD440; }

 p { color: rgb(220,212,64); }

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

background-color css

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

 a { background-color: rgb(220,212,64); }

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

border-color css

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

 span { border-color: rgb(220,212,64); }

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