Html Css Color HEX #DFB402 Sunflower

📋 copy color: '#DFB402'

red 223 ◦ green 180 ◦ blue 2

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

Shades of Sunflower #DFB402

Tints of Sunflower #DFB402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

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

R = 55.06%
G = 44.44%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFB402 (or 0xDFB402) is known color: Sunflower. HEX triplet: DF, B4 and 02. RGB value is (223,180,2). Sum of RGB (Red+Green+Blue) = 223+180+2=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB402 is #204BFD. Grayscale: #ADADAD. Windows color (decimal): -2116606 or 177375. OLE color: 177375.

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

Color convert

RGB 223 180 2 -
CMYK 0 0.19 0.99 0.13
HSL 48.33º 0.98% 0.44% -
HSV(B) 48.33º 0.99% 0.87% -
XYZ 46.76 48.33 6.92 -
YUV 172.57 31.75 163.97 -
System Red Green Blue C M Y K H S L
Decimal 223 180 2 0 0.19 0.99 0.13 48.33 0.98 0.44
Hex DF B4 2 0 13 63 D 30 62 2C
Octal 337 264 2 0 23 143 15 60 142 54
Binary 11011111 10110100 10 0 10011 1100011 1101 110000 1100010 101100

Color Harmonies of #DFB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB402

Black with #DFB402

Text Example


Text Example

White with #DFB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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