Html Css Color HEX #DFD30A Sunflower

📋 copy color: '#DFD30A'

red 223 ◦ green 211 ◦ blue 10

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

Shades of Sunflower #DFD30A

Tints of Sunflower #DFD30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 50.23%
G = 47.52%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFD30A (or 0xDFD30A) is known color: Sunflower. HEX triplet: DF, D3 and 0A. RGB value is (223,211,10). Sum of RGB (Red+Green+Blue) = 223+211+10=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD30A is #202CF5. Grayscale: #C0C0C0. Windows color (decimal): -2108662 or 709599. OLE color: 709599.

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

Color convert

RGB 223 211 10 -
CMYK 0 0.05 0.96 0.13
HSL 56.62º 0.91% 0.46% -
HSV(B) 56.62º 0.96% 0.87% -
XYZ 53.78 62.3 9.48 -
YUV 191.67 25.48 150.34 -
System Red Green Blue C M Y K H S L
Decimal 223 211 10 0 0.05 0.96 0.13 56.62 0.91 0.46
Hex DF D3 A 0 5 60 D 39 5B 2E
Octal 337 323 12 0 5 140 15 71 133 56
Binary 11011111 11010011 1010 0 101 1100000 1101 111001 1011011 101110

Color Harmonies of #DFD30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD30A

Black with #DFD30A

Text Example


Text Example

White with #DFD30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD30A; }

 p { color: rgb(223,211,10); }

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

background-color css

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

 a { background-color: rgb(223,211,10); }

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

border-color css

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

 span { border-color: rgb(223,211,10); }

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