Html Css Color HEX #DDC71A Sunflower

📋 copy color: '#DDC71A'

red 221 ◦ green 199 ◦ blue 26

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

Shades of Sunflower #DDC71A

Tints of Sunflower #DDC71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.62%

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 49.55%
G = 44.62%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDC71A (or 0xDDC71A) is known color: Sunflower. HEX triplet: DD, C7 and 1A. RGB value is (221,199,26). Sum of RGB (Red+Green+Blue) = 221+199+26=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC71A is #2238E5. Grayscale: #BABABA. Windows color (decimal): -2242790 or 1755101. OLE color: 1755101.

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

Color convert

RGB 221 199 26 -
CMYK 0 0.10 0.88 0.13
HSL 53.23º 0.79% 0.48% -
HSV(B) 53.23º 0.88% 0.87% -
XYZ 50.43 56.29 9.19 -
YUV 185.86 37.79 153.07 -
System Red Green Blue C M Y K H S L
Decimal 221 199 26 0 0.10 0.88 0.13 53.23 0.79 0.48
Hex DD C7 1A 0 A 58 D 35 4F 30
Octal 335 307 32 0 12 130 15 65 117 60
Binary 11011101 11000111 11010 0 1010 1011000 1101 110101 1001111 110000

Color Harmonies of #DDC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC71A

Black with #DDC71A

Text Example


Text Example

White with #DDC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC71A; }

 p { color: rgb(221,199,26); }

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

background-color css

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

 a { background-color: rgb(221,199,26); }

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

border-color css

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

 span { border-color: rgb(221,199,26); }

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