Html Css Color HEX #DDC63D Wattle

📋 copy color: '#DDC63D'

red 221 ◦ green 198 ◦ blue 61

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

Shades of Wattle #DDC63D

Tints of Wattle #DDC63D

RGB

 RED value IS 221 (86.72% from 255) = 46.04%

 GREEN value IS 198 (77.73% from 255) = 41.25%

 BLUE value IS 61 (24.22% from 255) = 12.71%

R = 46.04%
G = 41.25%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC63D (or 0xDDC63D) is known color: Wattle. HEX triplet: DD, C6 and 3D. RGB value is (221,198,61). Sum of RGB (Red+Green+Blue) = 221+198+61=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC63D is #2239C2. Grayscale: #BDBDBD. Windows color (decimal): -2243011 or 4048605. OLE color: 4048605.

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

Color convert

RGB 221 198 61 -
CMYK 0 0.10 0.72 0.13
HSL 51.38º 0.7% 0.55% -
HSV(B) 51.38º 0.72% 0.87% -
XYZ 50.86 56.1 12.56 -
YUV 189.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 221 198 61 0 0.10 0.72 0.13 51.38 0.7 0.55
Hex DD C6 3D 0 A 48 D 33 46 37
Octal 335 306 75 0 12 110 15 63 106 67
Binary 11011101 11000110 111101 0 1010 1001000 1101 110011 1000110 110111

Color Harmonies of #DDC63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC63D

Black with #DDC63D

Text Example


Text Example

White with #DDC63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC63D; }

 p { color: rgb(221,198,61); }

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

background-color css

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

 a { background-color: rgb(221,198,61); }

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

border-color css

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

 span { border-color: rgb(221,198,61); }

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