Html Css Color HEX #DFB902 Sunflower

📋 copy color: '#DFB902'

red 223 ◦ green 185 ◦ blue 2

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

Shades of Sunflower #DFB902

Tints of Sunflower #DFB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

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

R = 54.39%
G = 45.12%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFB902 (or 0xDFB902) is known color: Sunflower. HEX triplet: DF, B9 and 02. RGB value is (223,185,2). Sum of RGB (Red+Green+Blue) = 223+185+2=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB902 is #2046FD. Grayscale: #B0B0B0. Windows color (decimal): -2115326 or 178655. OLE color: 178655.

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

Color convert

RGB 223 185 2 -
CMYK 0 0.17 0.99 0.13
HSL 49.68º 0.98% 0.44% -
HSV(B) 49.68º 0.99% 0.87% -
XYZ 47.79 50.39 7.26 -
YUV 175.5 30.09 161.88 -
System Red Green Blue C M Y K H S L
Decimal 223 185 2 0 0.17 0.99 0.13 49.68 0.98 0.44
Hex DF B9 2 0 11 63 D 32 62 2C
Octal 337 271 2 0 21 143 15 62 142 54
Binary 11011111 10111001 10 0 10001 1100011 1101 110010 1100010 101100

Color Harmonies of #DFB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB902

Black with #DFB902

Text Example


Text Example

White with #DFB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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