Html Css Color HEX #DFBA1B Sunflower

📋 copy color: '#DFBA1B'

red 223 ◦ green 186 ◦ blue 27

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

Shades of Sunflower #DFBA1B

Tints of Sunflower #DFBA1B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 27 (10.94% from 255) = 6.19%

R = 51.15%
G = 42.66%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFBA1B (or 0xDFBA1B) is known color: Sunflower. HEX triplet: DF, BA and 1B. RGB value is (223,186,27). Sum of RGB (Red+Green+Blue) = 223+186+27=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA1B is #2045E4. Grayscale: #B3B3B3. Windows color (decimal): -2115045 or 1817311. OLE color: 1817311.

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

Color convert

RGB 223 186 27 -
CMYK 0 0.17 0.88 0.13
HSL 48.67º 0.78% 0.49% -
HSV(B) 48.67º 0.88% 0.87% -
XYZ 48.19 50.88 8.32 -
YUV 178.94 42.26 159.43 -
System Red Green Blue C M Y K H S L
Decimal 223 186 27 0 0.17 0.88 0.13 48.67 0.78 0.49
Hex DF BA 1B 0 11 58 D 31 4E 31
Octal 337 272 33 0 21 130 15 61 116 61
Binary 11011111 10111010 11011 0 10001 1011000 1101 110001 1001110 110001

Color Harmonies of #DFBA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA1B

Black with #DFBA1B

Text Example


Text Example

White with #DFBA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA1B; }

 p { color: rgb(223,186,27); }

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

background-color css

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

 a { background-color: rgb(223,186,27); }

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

border-color css

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

 span { border-color: rgb(223,186,27); }

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