Html Css Color HEX #DDCF09 Sunflower

📋 copy color: '#DDCF09'

red 221 ◦ green 207 ◦ blue 9

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

Shades of Sunflower #DDCF09

Tints of Sunflower #DDCF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.06%

R = 50.57%
G = 47.37%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDCF09 (or 0xDDCF09) is known color: Sunflower. HEX triplet: DD, CF and 09. RGB value is (221,207,9). Sum of RGB (Red+Green+Blue) = 221+207+9=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 9 (3.91% from 255 or 2.06% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF09 is #2230F6. Grayscale: #BDBDBD. Windows color (decimal): -2240759 or 643037. OLE color: 643037.

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

Color convert

RGB 221 207 9 -
CMYK 0 0.06 0.96 0.13
HSL 56.04º 0.92% 0.45% -
HSV(B) 56.04º 0.96% 0.87% -
XYZ 52.18 60.02 9.09 -
YUV 188.61 26.64 151.1 -
System Red Green Blue C M Y K H S L
Decimal 221 207 9 0 0.06 0.96 0.13 56.04 0.92 0.45
Hex DD CF 9 0 6 60 D 38 5C 2D
Octal 335 317 11 0 6 140 15 70 134 55
Binary 11011101 11001111 1001 0 110 1100000 1101 111000 1011100 101101

Color Harmonies of #DDCF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF09

Black with #DDCF09

Text Example


Text Example

White with #DDCF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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