Html Css Color HEX #DFC701 Sunflower

📋 copy color: '#DFC701'

red 223 ◦ green 199 ◦ blue 1

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

Shades of Sunflower #DFC701

Tints of Sunflower #DFC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 52.72%
G = 47.04%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFC701 (or 0xDFC701) is known color: Sunflower. HEX triplet: DF, C7 and 01. RGB value is (223,199,1). Sum of RGB (Red+Green+Blue) = 223+199+1=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC701 is #2038FE. Grayscale: #B8B8B8. Windows color (decimal): -2111743 or 116703. OLE color: 116703.

HSL color Cylindrical-coordinate representation of color #DFC701: hue angle of 53.51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFC701 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 199 1 -
CMYK 0 0.11 1.00 0.13
HSL 53.51º 0.99% 0.44% -
HSV(B) 53.51º 1% 0.87% -
XYZ 50.86 56.54 8.26 -
YUV 183.6 24.95 156.1 -
System Red Green Blue C M Y K H S L
Decimal 223 199 1 0 0.11 1.00 0.13 53.51 0.99 0.44
Hex DF C7 1 0 B 64 D 36 63 2C
Octal 337 307 1 0 13 144 15 66 143 54
Binary 11011111 11000111 1 0 1011 1100100 1101 110110 1100011 101100

Color Harmonies of #DFC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC701

Black with #DFC701

Text Example


Text Example

White with #DFC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC701; }

 p { color: rgb(223,199,1); }

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

background-color css

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

 a { background-color: rgb(223,199,1); }

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

border-color css

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

 span { border-color: rgb(223,199,1); }

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