Html Css Color HEX #DDC80A Sunflower

📋 copy color: '#DDC80A'

red 221 ◦ green 200 ◦ blue 10

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

Shades of Sunflower #DDC80A

Tints of Sunflower #DDC80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.4%

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

R = 51.28%
G = 46.4%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC80A (or 0xDDC80A) is known color: Sunflower. HEX triplet: DD, C8 and 0A. RGB value is (221,200,10). Sum of RGB (Red+Green+Blue) = 221+200+10=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC80A is #2237F5. Grayscale: #B9B9B9. Windows color (decimal): -2242550 or 706781. OLE color: 706781.

HSL color Cylindrical-coordinate representation of color #DDC80A: hue angle of 54.03º 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 #DDC80A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 10 -
CMYK 0 0.10 0.95 0.13
HSL 54.03º 0.91% 0.45% -
HSV(B) 54.03º 0.95% 0.87% -
XYZ 50.53 56.7 8.57 -
YUV 184.62 29.46 153.95 -
System Red Green Blue C M Y K H S L
Decimal 221 200 10 0 0.10 0.95 0.13 54.03 0.91 0.45
Hex DD C8 A 0 A 5F D 36 5B 2D
Octal 335 310 12 0 12 137 15 66 133 55
Binary 11011101 11001000 1010 0 1010 1011111 1101 110110 1011011 101101

Color Harmonies of #DDC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC80A

Black with #DDC80A

Text Example


Text Example

White with #DDC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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