Html Css Color HEX #DFBB01 Sunflower

📋 copy color: '#DFBB01'

red 223 ◦ green 187 ◦ blue 1

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

Shades of Sunflower #DFBB01

Tints of Sunflower #DFBB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.5%

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

R = 54.26%
G = 45.5%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFBB01 (or 0xDFBB01) is known color: Sunflower. HEX triplet: DF, BB and 01. RGB value is (223,187,1). Sum of RGB (Red+Green+Blue) = 223+187+1=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB01 is #2044FE. Grayscale: #B1B1B1. Windows color (decimal): -2114815 or 113631. OLE color: 113631.

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

Color convert

RGB 223 187 1 -
CMYK 0 0.16 1.00 0.13
HSL 50.27º 0.99% 0.44% -
HSV(B) 50.27º 1% 0.87% -
XYZ 48.21 51.23 7.38 -
YUV 176.56 28.93 161.12 -
System Red Green Blue C M Y K H S L
Decimal 223 187 1 0 0.16 1.00 0.13 50.27 0.99 0.44
Hex DF BB 1 0 10 64 D 32 63 2C
Octal 337 273 1 0 20 144 15 62 143 54
Binary 11011111 10111011 1 0 10000 1100100 1101 110010 1100011 101100

Color Harmonies of #DFBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB01

Black with #DFBB01

Text Example


Text Example

White with #DFBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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