Html Css Color HEX #DFB70A Sunflower

📋 copy color: '#DFB70A'

red 223 ◦ green 183 ◦ blue 10

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

Shades of Sunflower #DFB70A

Tints of Sunflower #DFB70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.99%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 53.61%
G = 43.99%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFB70A (or 0xDFB70A) is known color: Sunflower. HEX triplet: DF, B7 and 0A. RGB value is (223,183,10). Sum of RGB (Red+Green+Blue) = 223+183+10=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB70A is #2048F5. Grayscale: #AFAFAF. Windows color (decimal): -2115830 or 702431. OLE color: 702431.

HSL color Cylindrical-coordinate representation of color #DFB70A: hue angle of 48.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFB70A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 183 10 -
CMYK 0 0.18 0.96 0.13
HSL 48.73º 0.91% 0.46% -
HSV(B) 48.73º 0.96% 0.87% -
XYZ 47.42 49.58 7.36 -
YUV 175.24 34.75 162.07 -
System Red Green Blue C M Y K H S L
Decimal 223 183 10 0 0.18 0.96 0.13 48.73 0.91 0.46
Hex DF B7 A 0 12 60 D 31 5B 2E
Octal 337 267 12 0 22 140 15 61 133 56
Binary 11011111 10110111 1010 0 10010 1100000 1101 110001 1011011 101110

Color Harmonies of #DFB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB70A

Black with #DFB70A

Text Example


Text Example

White with #DFB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB70A; }

 p { color: rgb(223,183,10); }

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

background-color css

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

 a { background-color: rgb(223,183,10); }

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

border-color css

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

 span { border-color: rgb(223,183,10); }

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