Html Css Color HEX #DDC92F Wattle

📋 copy color: '#DDC92F'

red 221 ◦ green 201 ◦ blue 47

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

Shades of Wattle #DDC92F

Tints of Wattle #DDC92F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 47 (18.75% from 255) = 10.02%

R = 47.12%
G = 42.86%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDC92F (or 0xDDC92F) is known color: Wattle. HEX triplet: DD, C9 and 2F. RGB value is (221,201,47). Sum of RGB (Red+Green+Blue) = 221+201+47=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC92F is #2236D0. Grayscale: #BEBEBE. Windows color (decimal): -2242257 or 3131869. OLE color: 3131869.

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

Color convert

RGB 221 201 47 -
CMYK 0 0.09 0.79 0.13
HSL 53.1º 0.72% 0.53% -
HSV(B) 53.1º 0.79% 0.87% -
XYZ 51.22 57.35 11.06 -
YUV 189.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 221 201 47 0 0.09 0.79 0.13 53.1 0.72 0.53
Hex DD C9 2F 0 9 4F D 35 48 35
Octal 335 311 57 0 11 117 15 65 110 65
Binary 11011101 11001001 101111 0 1001 1001111 1101 110101 1001000 110101

Color Harmonies of #DDC92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC92F

Black with #DDC92F

Text Example


Text Example

White with #DDC92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC92F; }

 p { color: rgb(221,201,47); }

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

background-color css

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

 a { background-color: rgb(221,201,47); }

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

border-color css

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

 span { border-color: rgb(221,201,47); }

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