Html Css Color HEX #DDC631 Wattle

📋 copy color: '#DDC631'

red 221 ◦ green 198 ◦ blue 49

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

Shades of Wattle #DDC631

Tints of Wattle #DDC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.47%

R = 47.22%
G = 42.31%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDC631 (or 0xDDC631) is known color: Wattle. HEX triplet: DD, C6 and 31. RGB value is (221,198,49). Sum of RGB (Red+Green+Blue) = 221+198+49=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC631 is #2239CE. Grayscale: #BCBCBC. Windows color (decimal): -2243023 or 3262173. OLE color: 3262173.

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

Color convert

RGB 221 198 49 -
CMYK 0 0.10 0.78 0.13
HSL 51.98º 0.72% 0.53% -
HSV(B) 51.98º 0.78% 0.87% -
XYZ 50.57 55.98 11.05 -
YUV 187.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 221 198 49 0 0.10 0.78 0.13 51.98 0.72 0.53
Hex DD C6 31 0 A 4E D 34 48 35
Octal 335 306 61 0 12 116 15 64 110 65
Binary 11011101 11000110 110001 0 1010 1001110 1101 110100 1001000 110101

Color Harmonies of #DDC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC631

Black with #DDC631

Text Example


Text Example

White with #DDC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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