Html Css Color HEX #DDCF12 Sunflower

📋 copy color: '#DDCF12'

red 221 ◦ green 207 ◦ blue 18

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

Shades of Sunflower #DDCF12

Tints of Sunflower #DDCF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

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

R = 49.55%
G = 46.41%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDCF12 (or 0xDDCF12) is known color: Sunflower. HEX triplet: DD, CF and 12. RGB value is (221,207,18). Sum of RGB (Red+Green+Blue) = 221+207+18=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF12 is #2230ED. Grayscale: #BEBEBE. Windows color (decimal): -2240750 or 1232861. OLE color: 1232861.

HSL color Cylindrical-coordinate representation of color #DDCF12: hue angle of 55.86º 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 #DDCF12 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 18 -
CMYK 0 0.06 0.92 0.13
HSL 55.86º 0.85% 0.47% -
HSV(B) 55.86º 0.92% 0.87% -
XYZ 52.24 60.04 9.41 -
YUV 189.64 31.14 150.37 -
System Red Green Blue C M Y K H S L
Decimal 221 207 18 0 0.06 0.92 0.13 55.86 0.85 0.47
Hex DD CF 12 0 6 5C D 38 55 2F
Octal 335 317 22 0 6 134 15 70 125 57
Binary 11011101 11001111 10010 0 110 1011100 1101 111000 1010101 101111

Color Harmonies of #DDCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF12

Black with #DDCF12

Text Example


Text Example

White with #DDCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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