Html Css Color HEX #DDC738 Wattle

📋 copy color: '#DDC738'

red 221 ◦ green 199 ◦ blue 56

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

Shades of Wattle #DDC738

Tints of Wattle #DDC738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.81%

 BLUE value IS 56 (22.27% from 255) = 11.76%

R = 46.43%
G = 41.81%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC738 (or 0xDDC738) is known color: Wattle. HEX triplet: DD, C7 and 38. RGB value is (221,199,56). Sum of RGB (Red+Green+Blue) = 221+199+56=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC738 is #2238C7. Grayscale: #BDBDBD. Windows color (decimal): -2242760 or 3721181. OLE color: 3721181.

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

Color convert

RGB 221 199 56 -
CMYK 0 0.10 0.75 0.13
HSL 52º 0.71% 0.54% -
HSV(B) 52º 0.75% 0.87% -
XYZ 50.96 56.5 11.96 -
YUV 189.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 221 199 56 0 0.10 0.75 0.13 52 0.71 0.54
Hex DD C7 38 0 A 4B D 34 47 36
Octal 335 307 70 0 12 113 15 64 107 66
Binary 11011101 11000111 111000 0 1010 1001011 1101 110100 1000111 110110

Color Harmonies of #DDC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC738

Black with #DDC738

Text Example


Text Example

White with #DDC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC738; }

 p { color: rgb(221,199,56); }

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

background-color css

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

 a { background-color: rgb(221,199,56); }

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

border-color css

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

 span { border-color: rgb(221,199,56); }

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