Html Css Color HEX #DFD70B Sunflower

📋 copy color: '#DFD70B'

red 223 ◦ green 215 ◦ blue 11

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

Shades of Sunflower #DFD70B

Tints of Sunflower #DFD70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 49.67%
G = 47.88%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFD70B (or 0xDFD70B) is known color: Sunflower. HEX triplet: DF, D7 and 0B. RGB value is (223,215,11). Sum of RGB (Red+Green+Blue) = 223+215+11=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD70B is #2028F4. Grayscale: #C2C2C2. Windows color (decimal): -2107637 or 776159. OLE color: 776159.

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

Color convert

RGB 223 215 11 -
CMYK 0 0.04 0.95 0.13
HSL 57.74º 0.91% 0.46% -
HSV(B) 57.74º 0.95% 0.87% -
XYZ 54.79 64.31 9.84 -
YUV 194.14 24.65 148.59 -
System Red Green Blue C M Y K H S L
Decimal 223 215 11 0 0.04 0.95 0.13 57.74 0.91 0.46
Hex DF D7 B 0 4 5F D 3A 5B 2E
Octal 337 327 13 0 4 137 15 72 133 56
Binary 11011111 11010111 1011 0 100 1011111 1101 111010 1011011 101110

Color Harmonies of #DFD70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD70B

Black with #DFD70B

Text Example


Text Example

White with #DFD70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD70B; }

 p { color: rgb(223,215,11); }

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

background-color css

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

 a { background-color: rgb(223,215,11); }

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

border-color css

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

 span { border-color: rgb(223,215,11); }

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