Html Css Color HEX #DFB502 Sunflower

📋 copy color: '#DFB502'

red 223 ◦ green 181 ◦ blue 2

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

Shades of Sunflower #DFB502

Tints of Sunflower #DFB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

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

R = 54.93%
G = 44.58%
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

#DFB502 (or 0xDFB502) is known color: Sunflower. HEX triplet: DF, B5 and 02. RGB value is (223,181,2). Sum of RGB (Red+Green+Blue) = 223+181+2=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB502 is #204AFD. Grayscale: #ADADAD. Windows color (decimal): -2116350 or 177631. OLE color: 177631.

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

Color convert

RGB 223 181 2 -
CMYK 0 0.19 0.99 0.13
HSL 48.6º 0.98% 0.44% -
HSV(B) 48.6º 0.99% 0.87% -
XYZ 46.97 48.74 6.99 -
YUV 173.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 223 181 2 0 0.19 0.99 0.13 48.6 0.98 0.44
Hex DF B5 2 0 13 63 D 31 62 2C
Octal 337 265 2 0 23 143 15 61 142 54
Binary 11011111 10110101 10 0 10011 1100011 1101 110001 1100010 101100

Color Harmonies of #DFB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB502

Black with #DFB502

Text Example


Text Example

White with #DFB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB502; }

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

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

background-color css

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

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

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

border-color css

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

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

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