Html Css Color HEX #DDCA15 Sunflower

📋 copy color: '#DDCA15'

red 221 ◦ green 202 ◦ blue 21

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

Shades of Sunflower #DDCA15

Tints of Sunflower #DDCA15

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 21 (8.59% from 255) = 4.73%

R = 49.77%
G = 45.5%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDCA15 (or 0xDDCA15) is known color: Sunflower. HEX triplet: DD, CA and 15. RGB value is (221,202,21). Sum of RGB (Red+Green+Blue) = 221+202+21=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA15 is #2235EA. Grayscale: #BBBBBB. Windows color (decimal): -2242027 or 1428189. OLE color: 1428189.

HSL color Cylindrical-coordinate representation of color #DDCA15: hue angle of 54.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDCA15 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 21 -
CMYK 0 0.09 0.90 0.13
HSL 54.3º 0.83% 0.47% -
HSV(B) 54.3º 0.9% 0.87% -
XYZ 51.07 57.67 9.15 -
YUV 187.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 221 202 21 0 0.09 0.90 0.13 54.3 0.83 0.47
Hex DD CA 15 0 9 5A D 36 53 2F
Octal 335 312 25 0 11 132 15 66 123 57
Binary 11011101 11001010 10101 0 1001 1011010 1101 110110 1010011 101111

Color Harmonies of #DDCA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA15

Black with #DDCA15

Text Example


Text Example

White with #DDCA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA15; }

 p { color: rgb(221,202,21); }

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

background-color css

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

 a { background-color: rgb(221,202,21); }

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

border-color css

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

 span { border-color: rgb(221,202,21); }

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