Html Css Color HEX #DDCF0F Sunflower

📋 copy color: '#DDCF0F'

red 221 ◦ green 207 ◦ blue 15

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

Shades of Sunflower #DDCF0F

Tints of Sunflower #DDCF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 49.89%
G = 46.73%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDCF0F (or 0xDDCF0F) is known color: Sunflower. HEX triplet: DD, CF and 0F. RGB value is (221,207,15). Sum of RGB (Red+Green+Blue) = 221+207+15=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF0F is #2230F0. Grayscale: #BEBEBE. Windows color (decimal): -2240753 or 1036253. OLE color: 1036253.

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

Color convert

RGB 221 207 15 -
CMYK 0 0.06 0.93 0.13
HSL 55.92º 0.87% 0.46% -
HSV(B) 55.92º 0.93% 0.87% -
XYZ 52.22 60.03 9.29 -
YUV 189.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 221 207 15 0 0.06 0.93 0.13 55.92 0.87 0.46
Hex DD CF F 0 6 5D D 38 57 2E
Octal 335 317 17 0 6 135 15 70 127 56
Binary 11011101 11001111 1111 0 110 1011101 1101 111000 1010111 101110

Color Harmonies of #DDCF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF0F

Black with #DDCF0F

Text Example


Text Example

White with #DDCF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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