Html Css Color HEX #DFD00F Sunflower

📋 copy color: '#DFD00F'

red 223 ◦ green 208 ◦ blue 15

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

Shades of Sunflower #DFD00F

Tints of Sunflower #DFD00F

RGB

 RED value IS 223 (87.5% from 255) = 50%

 GREEN value IS 208 (81.64% from 255) = 46.64%

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

R = 50%
G = 46.64%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFD00F (or 0xDFD00F) is known color: Sunflower. HEX triplet: DF, D0 and 0F. RGB value is (223,208,15). Sum of RGB (Red+Green+Blue) = 223+208+15=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD00F is #202FF0. Grayscale: #BFBFBF. Windows color (decimal): -2109425 or 1036511. OLE color: 1036511.

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

Color convert

RGB 223 208 15 -
CMYK 0 0.07 0.93 0.13
HSL 55.67º 0.87% 0.47% -
HSV(B) 55.67º 0.93% 0.87% -
XYZ 53.07 60.83 9.4 -
YUV 190.48 28.97 151.19 -
System Red Green Blue C M Y K H S L
Decimal 223 208 15 0 0.07 0.93 0.13 55.67 0.87 0.47
Hex DF D0 F 0 7 5D D 38 57 2F
Octal 337 320 17 0 7 135 15 70 127 57
Binary 11011111 11010000 1111 0 111 1011101 1101 111000 1010111 101111

Color Harmonies of #DFD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD00F

Black with #DFD00F

Text Example


Text Example

White with #DFD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD00F; }

 p { color: rgb(223,208,15); }

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

background-color css

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

 a { background-color: rgb(223,208,15); }

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

border-color css

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

 span { border-color: rgb(223,208,15); }

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