Html Css Color HEX #DFCF01 Sunflower

📋 copy color: '#DFCF01'

red 223 ◦ green 207 ◦ blue 1

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

Shades of Sunflower #DFCF01

Tints of Sunflower #DFCF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.03%

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

R = 51.74%
G = 48.03%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFCF01 (or 0xDFCF01) is known color: Sunflower. HEX triplet: DF, CF and 01. RGB value is (223,207,1). Sum of RGB (Red+Green+Blue) = 223+207+1=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF01 is #2030FE. Grayscale: #BDBDBD. Windows color (decimal): -2109695 or 118751. OLE color: 118751.

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

Color convert

RGB 223 207 1 -
CMYK 0 0.07 1.00 0.13
HSL 55.68º 0.99% 0.44% -
HSV(B) 55.68º 1% 0.87% -
XYZ 52.75 60.32 8.89 -
YUV 188.3 22.3 152.75 -
System Red Green Blue C M Y K H S L
Decimal 223 207 1 0 0.07 1.00 0.13 55.68 0.99 0.44
Hex DF CF 1 0 7 64 D 38 63 2C
Octal 337 317 1 0 7 144 15 70 143 54
Binary 11011111 11001111 1 0 111 1100100 1101 111000 1100011 101100

Color Harmonies of #DFCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF01

Black with #DFCF01

Text Example


Text Example

White with #DFCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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