Html Css Color HEX #DFBB0E Sunflower

📋 copy color: '#DFBB0E'

red 223 ◦ green 187 ◦ blue 14

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

Shades of Sunflower #DFBB0E

Tints of Sunflower #DFBB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 14 (5.86% from 255) = 3.3%

R = 52.59%
G = 44.1%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFBB0E (or 0xDFBB0E) is known color: Sunflower. HEX triplet: DF, BB and 0E. RGB value is (223,187,14). Sum of RGB (Red+Green+Blue) = 223+187+14=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB0E is #2044F1. Grayscale: #B2B2B2. Windows color (decimal): -2114802 or 965599. OLE color: 965599.

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

Color convert

RGB 223 187 14 -
CMYK 0 0.16 0.94 0.13
HSL 49.67º 0.88% 0.46% -
HSV(B) 49.67º 0.94% 0.87% -
XYZ 48.28 51.26 7.77 -
YUV 178.04 35.43 160.07 -
System Red Green Blue C M Y K H S L
Decimal 223 187 14 0 0.16 0.94 0.13 49.67 0.88 0.46
Hex DF BB E 0 10 5E D 32 58 2E
Octal 337 273 16 0 20 136 15 62 130 56
Binary 11011111 10111011 1110 0 10000 1011110 1101 110010 1011000 101110

Color Harmonies of #DFBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB0E

Black with #DFBB0E

Text Example


Text Example

White with #DFBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB0E; }

 p { color: rgb(223,187,14); }

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

background-color css

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

 a { background-color: rgb(223,187,14); }

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

border-color css

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

 span { border-color: rgb(223,187,14); }

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