Html Css Color HEX #DFBF02 Sunflower

📋 copy color: '#DFBF02'

red 223 ◦ green 191 ◦ blue 2

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

Shades of Sunflower #DFBF02

Tints of Sunflower #DFBF02

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 53.61%
G = 45.91%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFBF02 (or 0xDFBF02) is known color: Sunflower. HEX triplet: DF, BF and 02. RGB value is (223,191,2). Sum of RGB (Red+Green+Blue) = 223+191+2=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBF02 is #2040FD. Grayscale: #B3B3B3. Windows color (decimal): -2113790 or 180191. OLE color: 180191.

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

Color convert

RGB 223 191 2 -
CMYK 0 0.14 0.99 0.13
HSL 51.31º 0.98% 0.44% -
HSV(B) 51.31º 0.99% 0.87% -
XYZ 49.07 52.95 7.69 -
YUV 179.02 28.1 159.37 -
System Red Green Blue C M Y K H S L
Decimal 223 191 2 0 0.14 0.99 0.13 51.31 0.98 0.44
Hex DF BF 2 0 E 63 D 33 62 2C
Octal 337 277 2 0 16 143 15 63 142 54
Binary 11011111 10111111 10 0 1110 1100011 1101 110011 1100010 101100

Color Harmonies of #DFBF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF02

Black with #DFBF02

Text Example


Text Example

White with #DFBF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF02; }

 p { color: rgb(223,191,2); }

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

background-color css

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

 a { background-color: rgb(223,191,2); }

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

border-color css

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

 span { border-color: rgb(223,191,2); }

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