Html Css Color HEX #DDCC19 Sunflower

📋 copy color: '#DDCC19'

red 221 ◦ green 204 ◦ blue 25

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

Shades of Sunflower #DDCC19

Tints of Sunflower #DDCC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

 BLUE value IS 25 (10.16% from 255) = 5.56%

R = 49.11%
G = 45.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDCC19 (or 0xDDCC19) is known color: Sunflower. HEX triplet: DD, CC and 19. RGB value is (221,204,25). Sum of RGB (Red+Green+Blue) = 221+204+25=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC19 is #2233E6. Grayscale: #BDBDBD. Windows color (decimal): -2241511 or 1690845. OLE color: 1690845.

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

Color convert

RGB 221 204 25 -
CMYK 0 0.08 0.89 0.13
HSL 54.8º 0.8% 0.48% -
HSV(B) 54.8º 0.89% 0.87% -
XYZ 51.59 58.63 9.52 -
YUV 188.68 35.63 151.05 -
System Red Green Blue C M Y K H S L
Decimal 221 204 25 0 0.08 0.89 0.13 54.8 0.8 0.48
Hex DD CC 19 0 8 59 D 37 50 30
Octal 335 314 31 0 10 131 15 67 120 60
Binary 11011101 11001100 11001 0 1000 1011001 1101 110111 1010000 110000

Color Harmonies of #DDCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC19

Black with #DDCC19

Text Example


Text Example

White with #DDCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC19; }

 p { color: rgb(221,204,25); }

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

background-color css

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

 a { background-color: rgb(221,204,25); }

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

border-color css

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

 span { border-color: rgb(221,204,25); }

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