Html Css Color HEX #DFB307 Sunflower

📋 copy color: '#DFB307'

red 223 ◦ green 179 ◦ blue 7

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

Shades of Sunflower #DFB307

Tints of Sunflower #DFB307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 54.52%
G = 43.77%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFB307 (or 0xDFB307) is known color: Sunflower. HEX triplet: DF, B3 and 07. RGB value is (223,179,7). Sum of RGB (Red+Green+Blue) = 223+179+7=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB307 is #204CF8. Grayscale: #ADADAD. Windows color (decimal): -2116857 or 504799. OLE color: 504799.

HSL color Cylindrical-coordinate representation of color #DFB307: hue angle of 47.78º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFB307 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 179 7 -
CMYK 0 0.20 0.97 0.13
HSL 47.78º 0.94% 0.45% -
HSV(B) 47.78º 0.97% 0.87% -
XYZ 46.59 47.94 7 -
YUV 172.55 34.58 163.99 -
System Red Green Blue C M Y K H S L
Decimal 223 179 7 0 0.20 0.97 0.13 47.78 0.94 0.45
Hex DF B3 7 0 14 61 D 30 5E 2D
Octal 337 263 7 0 24 141 15 60 136 55
Binary 11011111 10110011 111 0 10100 1100001 1101 110000 1011110 101101

Color Harmonies of #DFB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB307

Black with #DFB307

Text Example


Text Example

White with #DFB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB307; }

 p { color: rgb(223,179,7); }

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

background-color css

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

 a { background-color: rgb(223,179,7); }

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

border-color css

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

 span { border-color: rgb(223,179,7); }

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