Html Css Color HEX #DFD210 Sunflower

📋 copy color: '#DFD210'

red 223 ◦ green 210 ◦ blue 16

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

Shades of Sunflower #DFD210

Tints of Sunflower #DFD210

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.77%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 49.67%
G = 46.77%
B = 3.56%

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

#DFD210 (or 0xDFD210) is known color: Sunflower. HEX triplet: DF, D2 and 10. RGB value is (223,210,16). Sum of RGB (Red+Green+Blue) = 223+210+16=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD210 is #202DEF. Grayscale: #C0C0C0. Windows color (decimal): -2108912 or 1102559. OLE color: 1102559.

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

Color convert

RGB 223 210 16 -
CMYK 0 0.06 0.93 0.13
HSL 56.23º 0.87% 0.47% -
HSV(B) 56.23º 0.93% 0.87% -
XYZ 53.57 61.82 9.6 -
YUV 191.77 28.81 150.27 -
System Red Green Blue C M Y K H S L
Decimal 223 210 16 0 0.06 0.93 0.13 56.23 0.87 0.47
Hex DF D2 10 0 6 5D D 38 57 2F
Octal 337 322 20 0 6 135 15 70 127 57
Binary 11011111 11010010 10000 0 110 1011101 1101 111000 1010111 101111

Color Harmonies of #DFD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD210

Black with #DFD210

Text Example


Text Example

White with #DFD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD210; }

 p { color: rgb(223,210,16); }

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

background-color css

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

 a { background-color: rgb(223,210,16); }

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

border-color css

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

 span { border-color: rgb(223,210,16); }

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