Html Css Color HEX #DDCD13 Sunflower

📋 copy color: '#DDCD13'

red 221 ◦ green 205 ◦ blue 19

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

Shades of Sunflower #DDCD13

Tints of Sunflower #DDCD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 19 (7.81% from 255) = 4.27%

R = 49.66%
G = 46.07%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDCD13 (or 0xDDCD13) is known color: Sunflower. HEX triplet: DD, CD and 13. RGB value is (221,205,19). Sum of RGB (Red+Green+Blue) = 221+205+19=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD13 is #2232EC. Grayscale: #BDBDBD. Windows color (decimal): -2241261 or 1297885. OLE color: 1297885.

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

Color convert

RGB 221 205 19 -
CMYK 0 0.07 0.91 0.13
HSL 55.25º 0.84% 0.47% -
HSV(B) 55.25º 0.91% 0.87% -
XYZ 51.77 59.08 9.29 -
YUV 188.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 221 205 19 0 0.07 0.91 0.13 55.25 0.84 0.47
Hex DD CD 13 0 7 5B D 37 54 2F
Octal 335 315 23 0 7 133 15 67 124 57
Binary 11011101 11001101 10011 0 111 1011011 1101 110111 1010100 101111

Color Harmonies of #DDCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD13

Black with #DDCD13

Text Example


Text Example

White with #DDCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD13; }

 p { color: rgb(221,205,19); }

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

background-color css

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

 a { background-color: rgb(221,205,19); }

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

border-color css

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

 span { border-color: rgb(221,205,19); }

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