Html Css Color HEX #DDC42A Sunflower

📋 copy color: '#DDC42A'

red 221 ◦ green 196 ◦ blue 42

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

Shades of Sunflower #DDC42A

Tints of Sunflower #DDC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.7%

 BLUE value IS 42 (16.8% from 255) = 9.15%

R = 48.15%
G = 42.7%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC42A (or 0xDDC42A) is known color: Sunflower. HEX triplet: DD, C4 and 2A. RGB value is (221,196,42). Sum of RGB (Red+Green+Blue) = 221+196+42=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC42A is #223BD5. Grayscale: #BABABA. Windows color (decimal): -2243542 or 2802909. OLE color: 2802909.

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

Color convert

RGB 221 196 42 -
CMYK 0 0.11 0.81 0.13
HSL 51.62º 0.72% 0.52% -
HSV(B) 51.62º 0.81% 0.87% -
XYZ 49.98 55.02 10.18 -
YUV 185.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 221 196 42 0 0.11 0.81 0.13 51.62 0.72 0.52
Hex DD C4 2A 0 B 51 D 34 48 34
Octal 335 304 52 0 13 121 15 64 110 64
Binary 11011101 11000100 101010 0 1011 1010001 1101 110100 1001000 110100

Color Harmonies of #DDC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC42A

Black with #DDC42A

Text Example


Text Example

White with #DDC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC42A; }

 p { color: rgb(221,196,42); }

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

background-color css

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

 a { background-color: rgb(221,196,42); }

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

border-color css

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

 span { border-color: rgb(221,196,42); }

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