Html Css Color HEX #DDC23D Wattle

📋 copy color: '#DDC23D'

red 221 ◦ green 194 ◦ blue 61

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

Shades of Wattle #DDC23D

Tints of Wattle #DDC23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 46.43%
G = 40.76%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC23D (or 0xDDC23D) is known color: Wattle. HEX triplet: DD, C2 and 3D. RGB value is (221,194,61). Sum of RGB (Red+Green+Blue) = 221+194+61=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC23D is #223DC2. Grayscale: #BBBBBB. Windows color (decimal): -2244035 or 4047581. OLE color: 4047581.

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

Color convert

RGB 221 194 61 -
CMYK 0 0.12 0.72 0.13
HSL 49.88º 0.7% 0.55% -
HSV(B) 49.88º 0.72% 0.87% -
XYZ 49.95 54.29 12.26 -
YUV 186.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 221 194 61 0 0.12 0.72 0.13 49.88 0.7 0.55
Hex DD C2 3D 0 C 48 D 32 46 37
Octal 335 302 75 0 14 110 15 62 106 67
Binary 11011101 11000010 111101 0 1100 1001000 1101 110010 1000110 110111

Color Harmonies of #DDC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC23D

Black with #DDC23D

Text Example


Text Example

White with #DDC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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