Html Css Color HEX #DFB814 Sunflower

📋 copy color: '#DFB814'

red 223 ◦ green 184 ◦ blue 20

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

Shades of Sunflower #DFB814

Tints of Sunflower #DFB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 52.22%
G = 43.09%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB814 (or 0xDFB814) is known color: Sunflower. HEX triplet: DF, B8 and 14. RGB value is (223,184,20). Sum of RGB (Red+Green+Blue) = 223+184+20=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB814 is #2047EB. Grayscale: #B1B1B1. Windows color (decimal): -2115564 or 1358047. OLE color: 1358047.

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

Color convert

RGB 223 184 20 -
CMYK 0 0.17 0.91 0.13
HSL 48.47º 0.84% 0.48% -
HSV(B) 48.47º 0.91% 0.87% -
XYZ 47.7 50.02 7.8 -
YUV 176.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 223 184 20 0 0.17 0.91 0.13 48.47 0.84 0.48
Hex DF B8 14 0 11 5B D 30 54 30
Octal 337 270 24 0 21 133 15 60 124 60
Binary 11011111 10111000 10100 0 10001 1011011 1101 110000 1010100 110000

Color Harmonies of #DFB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB814

Black with #DFB814

Text Example


Text Example

White with #DFB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB814; }

 p { color: rgb(223,184,20); }

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

background-color css

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

 a { background-color: rgb(223,184,20); }

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

border-color css

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

 span { border-color: rgb(223,184,20); }

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