Html Css Color HEX #DCBF11 Sunflower

📋 copy color: '#DCBF11'

red 220 ◦ green 191 ◦ blue 17

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

Shades of Sunflower #DCBF11

Tints of Sunflower #DCBF11

RGB

 RED value IS 220 (86.33% from 255) = 51.4%

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 17 (7.03% from 255) = 3.97%

R = 51.4%
G = 44.63%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCBF11 (or 0xDCBF11) is known color: Sunflower. HEX triplet: DC, BF and 11. RGB value is (220,191,17). Sum of RGB (Red+Green+Blue) = 220+191+17=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF11 is #2340EE. Grayscale: #B4B4B4. Windows color (decimal): -2310383 or 1163228. OLE color: 1163228.

HSL color Cylindrical-coordinate representation of color #DCBF11: hue angle of 51.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCBF11 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 17 -
CMYK 0 0.13 0.92 0.14
HSL 51.43º 0.86% 0.46% -
HSV(B) 51.43º 0.92% 0.86% -
XYZ 48.25 52.52 8.12 -
YUV 179.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 220 191 17 0 0.13 0.92 0.14 51.43 0.86 0.46
Hex DC BF 11 0 D 5C E 33 56 2E
Octal 334 277 21 0 15 134 16 63 126 56
Binary 11011100 10111111 10001 0 1101 1011100 1110 110011 1010110 101110

Color Harmonies of #DCBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF11

Black with #DCBF11

Text Example


Text Example

White with #DCBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF11; }

 p { color: rgb(220,191,17); }

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

background-color css

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

 a { background-color: rgb(220,191,17); }

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

border-color css

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

 span { border-color: rgb(220,191,17); }

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