Html Css Color HEX #DDCD12 Sunflower

📋 copy color: '#DDCD12'

red 221 ◦ green 205 ◦ blue 18

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

Shades of Sunflower #DDCD12

Tints of Sunflower #DDCD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.05%

R = 49.77%
G = 46.17%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDCD12 (or 0xDDCD12) is known color: Sunflower. HEX triplet: DD, CD and 12. RGB value is (221,205,18). Sum of RGB (Red+Green+Blue) = 221+205+18=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD12 is #2232ED. Grayscale: #BDBDBD. Windows color (decimal): -2241262 or 1232349. OLE color: 1232349.

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

Color convert

RGB 221 205 18 -
CMYK 0 0.07 0.92 0.13
HSL 55.27º 0.85% 0.47% -
HSV(B) 55.27º 0.92% 0.87% -
XYZ 51.76 59.08 9.25 -
YUV 188.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 221 205 18 0 0.07 0.92 0.13 55.27 0.85 0.47
Hex DD CD 12 0 7 5C D 37 55 2F
Octal 335 315 22 0 7 134 15 67 125 57
Binary 11011101 11001101 10010 0 111 1011100 1101 110111 1010101 101111

Color Harmonies of #DDCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD12

Black with #DDCD12

Text Example


Text Example

White with #DDCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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