Html Css Color HEX #DDC40A Sunflower

📋 copy color: '#DDC40A'

red 221 ◦ green 196 ◦ blue 10

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

Shades of Sunflower #DDC40A

Tints of Sunflower #DDC40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 51.76%
G = 45.9%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC40A (or 0xDDC40A) is known color: Sunflower. HEX triplet: DD, C4 and 0A. RGB value is (221,196,10). Sum of RGB (Red+Green+Blue) = 221+196+10=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC40A is #223BF5. Grayscale: #B7B7B7. Windows color (decimal): -2243574 or 705757. OLE color: 705757.

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

Color convert

RGB 221 196 10 -
CMYK 0 0.11 0.95 0.13
HSL 52.89º 0.91% 0.45% -
HSV(B) 52.89º 0.95% 0.87% -
XYZ 49.61 54.87 8.26 -
YUV 182.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 221 196 10 0 0.11 0.95 0.13 52.89 0.91 0.45
Hex DD C4 A 0 B 5F D 35 5B 2D
Octal 335 304 12 0 13 137 15 65 133 55
Binary 11011101 11000100 1010 0 1011 1011111 1101 110101 1011011 101101

Color Harmonies of #DDC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC40A

Black with #DDC40A

Text Example


Text Example

White with #DDC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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